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

18 lines
414 B
CSS
Raw Normal View History

2018-03-11 21:58:02 +00:00
/*! Alters the webextension HTTPS Everywhere
IMPORTANT: change the Internal UUID */
@-moz-document url-prefix("moz-extension://897dfa7c-fa54-be49-996c-594df8db2260/") {
body {
color: var(--tone-4)!important;
background: var(--tone-6)!important
}
html {
background-color: var(--tone-6)!important
}
a {
color: var(--accent-1)!important
}
h3 {
color: var(--tone-4)!important
}
}