18 lines
414 B
CSS
18 lines
414 B
CSS
![]() |
/*! 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
|
||
|
}
|
||
|
}
|