change text color in settings page

This commit is contained in:
wrwrc 2018-08-12 18:34:31 +08:00
parent 77999a9d37
commit a361ecdde6
1 changed files with 13 additions and 0 deletions

View File

@ -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;
}
}