bypass-paywalls-firefox-clean/options/options_all.css
magnolia1234 37ef82dca6 Fix Automobilwoche.de
Remove Cellesche Zeitung
2023-03-22 15:42:53 +01:00

21 lines
341 B
CSS

#bypass_sites label, #add_site label, #excluded_sites label {
display: block;
}
body {
font-size: 100%;
}
* {
box-sizing: border-box;
}
a {
color: black;
}
@media (prefers-color-scheme: dark) {
html {
color-scheme: dark;
}
body, button, a, input, select, textarea {
background-color: #313131;
color: #bfbfbf;
}
}