Add support for HTTPS Everywhere

This commit is contained in:
overdodactyl 2017-12-26 15:22:58 -07:00
parent d1c16dc0aa
commit cbcea99a3d
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
@-moz-document url-prefix("moz-extension://897dfa7c-fa54-be49-996c-594df8db2260/") {
body {
color: var(--primary-light-color) !important;
background: var(--grey-60) !important;
}
a {
color: var(--primary-accent-color) !important;
}
h3 {
color: var(--primary-light-color) !important;
}
}