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

10 lines
246 B
CSS
Raw Normal View History

/*! Alters the webextension Dark Mode
IMPORTANT: change the Internal UUID */
@-moz-document url-prefix("moz-extension://dark_mode_UUID/") {
2018-02-24 01:41:14 +00:00
.comment {
color: var(--accent-1)!important
}
label {
color: var(--tone-4)!important
}
}