diff --git a/css/userContent-files/webextension-tweaks/dustman.css b/css/userContent-files/webextension-tweaks/dustman.css index 3ae6aae..16a84ba 100644 --- a/css/userContent-files/webextension-tweaks/dustman.css +++ b/css/userContent-files/webextension-tweaks/dustman.css @@ -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; + } } \ No newline at end of file