added custom scrollbar color

This commit is contained in:
/dev/urandom 2021-05-18 12:01:55 +03:00
parent 096cbcc05d
commit 6c39007691

View file

@ -55,6 +55,9 @@
html {
min-height: 100%;
overflow-y: scroll;
scrollbar-color: C_LGREEN C_DLINK;
scrollbar-width: auto;
}
body {