15 lines
314 B
CSS
15 lines
314 B
CSS
/*! Alters the webextension Dark Mode
|
|
IMPORTANT: change the Internal UUID */
|
|
|
|
@-moz-document url-prefix("moz-extension://32b18bd1-4169-b649-b20a-ebafe1e7e549/") {
|
|
|
|
/* Headers */
|
|
.comment {
|
|
color: var(--primary-accent-color) !important;
|
|
}
|
|
|
|
label {
|
|
color: var(--primary-light-color) !important;
|
|
}
|
|
}
|