Merge pull request #1007 from rakleed/patch-1

Make dark scroll bar in Chromium-based browsers
This commit is contained in:
Sam Carlton 2023-02-27 11:03:33 -06:00 committed by GitHub
commit 4f36c5ce6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,7 @@ html {
box-sizing: border-box;
background: #191a1d;
color-scheme: dark;
/* height of sticky header = 80px */
scroll-padding-top: 100px;