scrollbar color

This commit is contained in:
les
2021-02-27 00:51:55 +01:00
parent ec3d71dc65
commit 0191e4216a

View File

@@ -1,7 +1,8 @@
html, body {
scrollbar-width: thin;
scrollbar-color: orange;
overflow: auto !important;
scrollbar-color: #555 #111;
font-family: sans-serif;
}
li {