fix for HTTPSEverywhere popup

This commit is contained in:
overdodactyl 2018-01-28 18:37:20 -07:00
parent 11bdce7221
commit 635b92fa70
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@
background: var(--grey-60) !important;
}
html {
background-color: var(--grey-60) !important;
}
a {
color: var(--primary-accent-color) !important;
}