mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
Use default dark-theme gray as background instead of blue-ish
This commit is contained in:
parent
747b8be43c
commit
b1dc9dccf3
2 changed files with 2 additions and 2 deletions
|
@ -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(46,54,69);
|
scrollbar-color: rgb(210,210,210) rgb(50,50,52);
|
||||||
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(46,54,69) }
|
:root{ scrollbar-color: rgb(210,210,210) rgb(50,50,52) }
|
||||||
*{ scrollbar-width: thin }
|
*{ scrollbar-width: thin }
|
Loading…
Reference in a new issue