mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat: 'tomorrow' theme applies the browser's dark color scheme
This commit is contained in:
+2
-14
@@ -30,20 +30,8 @@ hr {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
select {
|
||||
border: var(--select-border, revert);
|
||||
background-color: var(--select-background-color, revert);
|
||||
color: var(--select-text-color, revert);
|
||||
}
|
||||
|
||||
button {
|
||||
background-color: var(--select-background-color, revert);
|
||||
color: var(--select-text-color, revert);
|
||||
}
|
||||
|
||||
textarea, input[type="text"] {
|
||||
background-color: var(--select-background-color, revert);
|
||||
color: var(--select-text-color, revert);
|
||||
* {
|
||||
color-scheme: var(--color-scheme, revert);
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
|
||||
Reference in New Issue
Block a user