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.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sass/style.scss b/src/sass/style.scss
index 4b22ddb..88c86a3 100644
--- a/src/sass/style.scss
+++ b/src/sass/style.scss
@@ -305,6 +305,7 @@ a {
details.toc {
nav {
// display: inline;
+ overflow-x: hidden;
}
nav ul {
@@ -343,6 +344,7 @@ details.toc {
>summary {
cursor: pointer;
list-style: none;
+ outline: none;
}
>summary::-webkit-details-marker {
@@ -366,7 +368,7 @@ details.toc {
@apply bg-opacity-75;
background: theme("colors.gray.100");
color: theme("colors.java.700");
- font-size: 18px;
+ font-size: 16px;
font-family: theme("fontFamily.serif");
}