ShadowFox/webextension-tweaks/tree_style_tabs.css

19 lines
332 B
CSS

/* Alters the preferences page */
@-moz-document url-prefix("moz-extension://31c49f04-168c-0b4a-a5e4-b86c6c355db3/") {
p, ul {
color: var(--primary-light-color) !important;
}
h1, legend {
color: var(--primary-accent-color) !important;
}
a {
color: var(--primary-accent-color-dark) !important;;
}
}