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

25 lines
470 B
CSS
Raw Normal View History

/*! Alters the webextension HTTPS Everywhere
IMPORTANT: change the Internal UUID */
2017-12-26 22:22:58 +00:00
@-moz-document url-prefix("moz-extension://897dfa7c-fa54-be49-996c-594df8db2260/") {
body {
color: var(--primary-light-color) !important;
background: var(--grey-60) !important;
}
2018-01-29 01:37:20 +00:00
html {
background-color: var(--grey-60) !important;
}
2017-12-26 22:22:58 +00:00
a {
color: var(--primary-accent-color) !important;
}
h3 {
color: var(--primary-light-color) !important;
}
}