ShadowFox/css/userContent-files/webextension-tweaks/multiple_tab_handler.css

10 lines
231 B
CSS
Raw Normal View History

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
}