Add support for HTTPS Everywhere
This commit is contained in:
parent
d1c16dc0aa
commit
cbcea99a3d
|
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue