2018-03-11 21:58:02 +00:00
|
|
|
/*! Alters the webextension Dark Mode
|
|
|
|
IMPORTANT: change the Internal UUID */
|
2018-04-21 02:00:01 +00:00
|
|
|
@-moz-document url-prefix("moz-extension://{174b2d58-b983-4501-ab4b-07e71203cb43}/") {
|
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
|
|
|
}
|