Repository restored

This commit is contained in:
2026-01-04 21:20:55 +01:00
commit 4bb4a3dc25
36 changed files with 20703 additions and 0 deletions

21
options/options_all.css Normal file
View File

@@ -0,0 +1,21 @@
#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;
}
}