2018-03-11 21:58:02 +00:00
|
|
|
/*! Alters the webextension HTTPS Everywhere
|
|
|
|
IMPORTANT: change the Internal UUID */
|
2018-03-11 22:02:05 +00:00
|
|
|
@-moz-document url-prefix("moz-extension://https_everywhere_UUID/") {
|
2018-03-11 21:58:02 +00:00
|
|
|
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
|
|
|
|
}
|
2018-03-11 22:02:05 +00:00
|
|
|
}
|