Use default dark-theme gray as background instead of blue-ish

This commit is contained in:
MrOtherGuy
2019-08-16 16:11:17 +03:00
parent 747b8be43c
commit b1dc9dccf3
2 changed files with 2 additions and 2 deletions

View File

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