11 lines
243 B
CSS
11 lines
243 B
CSS
![]() |
/*! Alters the webextension Multiple Tab Handler
|
||
|
IMPORTANT: change the Internal UUID */
|
||
|
@-moz-document url-prefix("moz-extension://cd5adf97-491d-f44b-9ea2-d2417d781589/") {
|
||
|
h1,
|
||
|
p,
|
||
|
ul,
|
||
|
ul li {
|
||
|
color: var(--tone-4)!important
|
||
|
}
|
||
|
}
|