mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-04 12:00:10 +00:00
37ef82dca6
Remove Cellesche Zeitung
22 lines
341 B
CSS
22 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;
|
|
}
|
|
}
|