You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bypass-paywalls-firefox-clean/options/options_all.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;
}
}