Fix about:addons preferences page for multiple tabs handler
This commit is contained in:
parent
9bbeca1368
commit
5058ec14cd
|
@ -0,0 +1,8 @@
|
|||
/* Alters the preferences page */
|
||||
|
||||
@-moz-document url-prefix("moz-extension://cd5adf97-491d-f44b-9ea2-d2417d781589/") {
|
||||
h1, p, ul, ul li {
|
||||
color: var(--primary-light-color) !important;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue