Add dark scrollbar for dark mode

This commit is contained in:
Lukas Joswiak 2020-08-30 16:45:01 -07:00
parent 0e0480d319
commit 5e00f7c0a7

View file

@ -1,6 +1,10 @@
{{ if not (eq .Site.Params.dark "on") -}}
@media (prefers-color-scheme: dark) {
{{ end -}}
html {
scrollbar-color: #6c6c6c #2e2e2e;
}
body {
color: #ebebeb;
background: #121212;