use more proton-like color scheme
This commit is contained in:
parent
df1d7fae32
commit
aec5328ff0
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
|||
|
||||
|
||||
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/dark_additional_windows.css made available under Mozilla Public License v. 2.0
|
||||
See the above repository for updates as well as full license text. */
|
||||
|
||||
|
@ -18,7 +16,10 @@ See the above repository for updates as well as full license text. */
|
|||
url-prefix(chrome://browser/content/pageinfo/),
|
||||
url-prefix(chrome://browser/content/sanitize.xhtml),
|
||||
url-prefix("chrome://mozapps/content/downloads"){
|
||||
:root{ background-color: rgb(50,50,52) !important; }
|
||||
:root{
|
||||
background-color: #42414d !important;
|
||||
--in-content-box-background: #23222b !important;
|
||||
}
|
||||
#placesToolbox,
|
||||
#placesView,
|
||||
#placesToolbar,
|
||||
|
|
Loading…
Reference in a new issue