mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 15:33:02 +00:00
update
This commit is contained in:
parent
c58f18f7d3
commit
583a980ef1
17
src/other/firefox/common/pages/reader.css
Normal file
17
src/other/firefox/common/pages/reader.css
Normal file
@ -0,0 +1,17 @@
|
||||
body.dark {
|
||||
--main-background: var(--gnome-browser-before-load-background) !important;
|
||||
--main-foreground: var(--gnome-toolbar-color) !important;
|
||||
--primary-color: var(--theme-primary-color) !important;
|
||||
--toolbar-border: rgba(250, 250, 250, 0.2) !important;
|
||||
--toolbar-button-background-hover: rgb(82, 82, 82) !important;
|
||||
--toolbar-button-background-active: rgb(92, 92, 92) !important;
|
||||
--popup-background: rgb(66, 66, 66) !important;
|
||||
--opaque-popup-border: #424242 !important;
|
||||
--popup-line: rgba(250, 250, 250, 0.1) !important;
|
||||
--popup-button-background: rgb(43, 43, 43)!important;
|
||||
--selected-background: rgba(var(--theme-primary-color), 0.3) !important;
|
||||
--font-value-background: rgba(var(--theme-primary-color), 0.15) !important;
|
||||
--font-value-border: #656565 !important;
|
||||
--icon-fill: rgb(251, 251, 251) !important;
|
||||
--icon-disabled-fill: rgba(251, 251, 251, 0.4) !important;
|
||||
}
|
@ -2,4 +2,5 @@
|
||||
@import "Monterey/colors/dark.css";
|
||||
|
||||
@import "Monterey/pages/newtab.css";
|
||||
@import "Monterey/pages/reader.css";
|
||||
@import "Monterey/pages/privatebrowsing.css";
|
||||
|
@ -2,4 +2,5 @@
|
||||
@import "WhiteSur/colors/dark.css";
|
||||
|
||||
@import "WhiteSur/pages/newtab.css";
|
||||
@import "WhiteSur/pages/reader.css";
|
||||
@import "WhiteSur/pages/privatebrowsing.css";
|
||||
|
Loading…
x
Reference in New Issue
Block a user