ShadowFox/userContent-files/webextension-tweaks/skip_redirect.css

26 lines
504 B
CSS

/*! Alters the webextension Skip Redirect
IMPORTANT: change the Internal UUID */
@-moz-document url-prefix("moz-extension://b4b0ef21-3b88-e547-841a-b671a44bdfa7/") {
body {
background: var(--tone-6) !important;
color: var(--tone-4) !important;
}
textarea,
input[type="text"], input[type="number"] {
-moz-appearance: none !important;
background: var(--tone-5) !important;
color: var(--grey-30) !important;
}
label a {
color: var(--accent-1) !important;
}
}