mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-11 03:32:48 -08:00
Merge branch 'master' into photon-style
This commit is contained in:
commit
ebf0b20343
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