change text color in settings page
This commit is contained in:
parent
77999a9d37
commit
a361ecdde6
|
@ -32,4 +32,17 @@
|
|||
.button:active {
|
||||
background-color: var(--tone-7) !important;
|
||||
}
|
||||
}
|
||||
|
||||
/*! Alters the webextension Dustman
|
||||
IMPORTANT: change the Internal UUID */
|
||||
@-moz-document url-prefix("moz-extension://jid1-i37bkuPx3kABMw@jetpack/settings/") {
|
||||
label {
|
||||
color: var(--in-content-page-color);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.form-group p {
|
||||
color: var(--in-content-page-color) !important;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue