Use darker shade of grey

pull/20/head
MrOtherGuy 5 years ago
parent 138c171598
commit 7f036da88e

@ -2,7 +2,7 @@
@-moz-document url-prefix("about:"){ @-moz-document url-prefix("about:"){
page, page,
scrollbar{ scrollbar{
scrollbar-color: rgb(210,210,210) rgb(50,50,52); scrollbar-color: rgb(210,210,210) rgb(42,42,46);
scrollbar-width: thin; scrollbar-width: thin;
} }
} }

@ -1,4 +1,4 @@
/* Scrollbar colors and width - applied globally */ /* Scrollbar colors and width - applied globally */
@namespace url("http://www.w3.org/1999/xhtml"); @namespace url("http://www.w3.org/1999/xhtml");
:root{ scrollbar-color: rgb(210,210,210) rgb(50,50,52) } :root{ scrollbar-color: rgb(210,210,210) rgb(42,42,46) }
*{ scrollbar-width: thin } *{ scrollbar-width: thin }
Loading…
Cancel
Save