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

11 lines
243 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 */
@-moz-document url-prefix("moz-extension://cd5adf97-491d-f44b-9ea2-d2417d781589/") {
h1,
p,
ul,
ul li {
color: var(--tone-4)!important
}
}