diff options
author | amzrk2 | 2020-05-28 10:02:07 +0800 |
---|---|---|
committer | amzrk2 | 2020-05-28 10:02:07 +0800 |
commit | 280f80713158dd2c1c7f33069e2da7c21f740559 (patch) | |
tree | f0202a74e0f39712a3e977a98c5b0bc1102905d6 /assets | |
parent | dfb6e1f80754c1c8f2d4d332c5292319f008a67b (diff) | |
download | hugo-theme-fuji-280f80713158dd2c1c7f33069e2da7c21f740559.tar.gz hugo-theme-fuji-280f80713158dd2c1c7f33069e2da7c21f740559.tar.bz2 hugo-theme-fuji-280f80713158dd2c1c7f33069e2da7c21f740559.zip |
Update Firefox scrollbar style
Diffstat (limited to 'assets')
-rw-r--r-- | assets/_fuji-style/_content.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/_fuji-style/_content.scss b/assets/_fuji-style/_content.scss index 7489ec9..684a7fc 100644 --- a/assets/_fuji-style/_content.scss +++ b/assets/_fuji-style/_content.scss @@ -154,4 +154,8 @@ article { max-width: 98%; margin: 0 0.25rem 0.5rem 0.25rem; } + + code { + scrollbar-width: thin; // Firefox + } } |