mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
update "tomorrow" theme
This commit is contained in:
+16
-4
@@ -30,6 +30,22 @@ 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);
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
.button {
|
||||
font-size: var(--button-font-size-mobile);
|
||||
@@ -48,10 +64,6 @@ hr {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
select {
|
||||
filter: var(--filter80);
|
||||
}
|
||||
|
||||
.highlight {
|
||||
background: var(--reply-highlight-background-color) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user