fix for HTTPSEverywhere popup
This commit is contained in:
parent
11bdce7221
commit
635b92fa70
|
@ -8,6 +8,11 @@
|
||||||
background: var(--grey-60) !important;
|
background: var(--grey-60) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
background-color: var(--grey-60) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--primary-accent-color) !important;
|
color: var(--primary-accent-color) !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue