about summary refs log tree commit diff homepage
path: root/_css/style.css
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-04-11 00:09:10 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-04-11 00:09:10 +0700
commit5615ae09650cef4aec80becd62f3954aaf625607 (patch)
treebc606ebfec8d2c8095f91c516c0b48ee80020df5 /_css/style.css
parenta58cf8a92e236e256cfac61e80a3495d74bd6d09 (diff)
downloadsite-5615ae09650cef4aec80becd62f3954aaf625607.tar.gz
Tame the scrollbar color
Diffstat (limited to '_css/style.css')
-rw-r--r--_css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/_css/style.css b/_css/style.css
index 7397b4a..078b41b 100644
--- a/_css/style.css
+++ b/_css/style.css
@@ -42,7 +42,7 @@ html {
     margin: auto;
     max-width: 36rem;
     padding: 1rem;
-    scrollbar-color: var(--text-fg) var(--block-bg);
+    scrollbar-color: var(--fade-fg) var(--block-bg);
 }
 
 /* Keep minimum font size to the usual default of 16px */