mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 12:20:36 -08:00
Fix: Dark background some pages
This commit is contained in:
parent
08babb206e
commit
eb43436f48
1 changed files with 3 additions and 9 deletions
|
|
@ -1137,18 +1137,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
/*= Text ===================================================================*/
|
||||
@-moz-document unobservable-document(),
|
||||
url-prefix("view-source") {
|
||||
:root {
|
||||
background-color: var(--in-content-page-background) !important; /* Original: white */
|
||||
color: var(--in-content-page-color) !important; /* Original: black */
|
||||
}
|
||||
}
|
||||
|
||||
/*= View Source ============================================================*/
|
||||
@-moz-document url-prefix("view-source") {
|
||||
:root {
|
||||
background-color: var(--in-content-page-background) !important; /* Original: white */
|
||||
color: var(--in-content-page-color) !important; /* Original: black */
|
||||
|
||||
/* Colors */
|
||||
--view-source-green: var(--green-80);
|
||||
--view-source-purple: #800080; /* Like alphenglow */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue