remove white flash for violentmonkey
This commit is contained in:
parent
4407052595
commit
7cfc19eb5c
|
@ -21,6 +21,7 @@
|
|||
color: var(--in-content-link-color)!important
|
||||
}
|
||||
body {
|
||||
background: var(--in-content-page-background)!important;
|
||||
color: var(--in-content-page-color)!important
|
||||
}
|
||||
.script {
|
||||
|
|
|
@ -2590,6 +2590,7 @@ url-prefix("moz-extension://greasemonkey_UUID/src/content/edit-user-script") {
|
|||
color: var(--in-content-link-color)!important
|
||||
}
|
||||
body {
|
||||
background: var(--in-content-page-background)!important;
|
||||
color: var(--in-content-page-color)!important
|
||||
}
|
||||
.script {
|
||||
|
|
Loading…
Reference in New Issue