2018-01-04 04:32:48 +00:00
|
|
|
/*! Alters the webextension Dark Mode
|
|
|
|
IMPORTANT: change the Internal UUID */
|
2018-02-17 23:49:40 +00:00
|
|
|
@-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
|
|
|
|
}
|
|
|
|
}
|