Make dark scroll bar in Chromium-based browsers

This commit is contained in:
Pavel 2023-02-27 02:51:49 +03:00 committed by GitHub
parent 2718f03ac7
commit 911a480d40
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;