Fix about:addons preferences page for multiple tabs handler

This commit is contained in:
overdodactyl 2017-12-09 12:26:33 -07:00
parent 9bbeca1368
commit 5058ec14cd
1 changed files with 8 additions and 0 deletions

View File

@ -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;
}
}