Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/sass/style.scss')
-rw-r--r--src/sass/style.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sass/style.scss b/src/sass/style.scss
index 7bfa967..e156749 100644
--- a/src/sass/style.scss
+++ b/src/sass/style.scss
@@ -163,7 +163,7 @@ a {
}
table {
- @apply overflow-x-auto scrolling-auto;
+ @apply overflow-x-auto;
table-layout: auto
}
@@ -231,13 +231,13 @@ a {
}
pre {
- @apply scrolling-auto overflow-x-auto border border-solid rounded-br-lg border-java-500 bg-java-100;
+ @apply overflow-x-auto border border-solid rounded-br-lg border-java-500 bg-java-100;
padding: 1em 1.5em;
display: block;
}
.highlight {
- @apply scrolling-auto overflow-x-auto
+ @apply overflow-x-auto
}
blockquote {