2018-03-11 21:58:02 +00:00
|
|
|
/*! Alters the webextension Multiple Tab Handler
|
|
|
|
IMPORTANT: change the Internal UUID */
|
2018-03-11 22:02:05 +00:00
|
|
|
@-moz-document url-prefix("moz-extension://multiple_tab_handler_UUID/") {
|
2018-03-11 21:58:02 +00:00
|
|
|
h1,
|
|
|
|
p,
|
|
|
|
ul,
|
|
|
|
ul li {
|
|
|
|
color: var(--tone-4)!important
|
|
|
|
}
|
2018-03-11 22:02:05 +00:00
|
|
|
}
|