diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-04-11 00:09:10 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-04-11 00:09:10 +0700 |
commit | 5615ae09650cef4aec80becd62f3954aaf625607 (patch) | |
tree | bc606ebfec8d2c8095f91c516c0b48ee80020df5 /_css | |
parent | a58cf8a92e236e256cfac61e80a3495d74bd6d09 (diff) | |
download | site-5615ae09650cef4aec80becd62f3954aaf625607.tar.gz |
Tame the scrollbar color
Diffstat (limited to '_css')
-rw-r--r-- | _css/style.css | 2 |
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 */ |