2018-03-11 21:58:02 +00:00
|
|
|
/*! Alters the webextension Dark Mode
|
|
|
|
IMPORTANT: change the Internal UUID */
|
2018-03-11 22:02:05 +00:00
|
|
|
@-moz-document url-prefix("moz-extension://dark_mode_UUID/") {
|
2018-03-11 21:58:02 +00:00
|
|
|
.comment {
|
2018-04-15 01:25:48 +00:00
|
|
|
color: var(--in-content-link-color)!important
|
2018-03-11 21:58:02 +00:00
|
|
|
}
|
|
|
|
.title {
|
|
|
|
background-color: var(--in-content-category-header-background)!important
|
|
|
|
}
|
|
|
|
.highlight {
|
|
|
|
background-color: var(--in-content-box-border-color)!important
|
|
|
|
}
|
2018-04-15 22:41:05 +00:00
|
|
|
}
|