dark about:blank
This commit is contained in:
parent
5d848f3d8b
commit
8ba28e4b02
|
@ -970,6 +970,12 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
|||
box-shadow: inset 0 -3px 0 0 var(--in-content-primary-button-background-hover)!important
|
||||
}
|
||||
}
|
||||
@-moz-document url-prefix(about:blank) {
|
||||
html > body:empty {
|
||||
background-color: var(--in-content-page-background)!important;
|
||||
margin: 0!important
|
||||
}
|
||||
}
|
||||
@-moz-document url-prefix(about:memory) {
|
||||
html {
|
||||
background: var(--in-content-page-background)!important
|
||||
|
|
|
@ -427,6 +427,12 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
|||
box-shadow: inset 0 -3px 0 0 var(--in-content-primary-button-background-hover)!important
|
||||
}
|
||||
}
|
||||
@-moz-document url-prefix(about:blank) {
|
||||
html > body:empty {
|
||||
background-color: var(--in-content-page-background)!important;
|
||||
margin: 0!important
|
||||
}
|
||||
}
|
||||
@-moz-document url-prefix(about:memory) {
|
||||
html {
|
||||
background: var(--in-content-page-background)!important
|
||||
|
|
|
@ -970,6 +970,12 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
|||
box-shadow: inset 0 -3px 0 0 var(--in-content-primary-button-background-hover)!important
|
||||
}
|
||||
}
|
||||
@-moz-document url-prefix(about:blank) {
|
||||
html > body:empty {
|
||||
background-color: var(--in-content-page-background)!important;
|
||||
margin: 0!important
|
||||
}
|
||||
}
|
||||
@-moz-document url-prefix(about:memory) {
|
||||
html {
|
||||
background: var(--in-content-page-background)!important
|
||||
|
|
Loading…
Reference in New Issue