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;
|
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) {
|
@media (max-width: 640px) {
|
||||||
.button {
|
.button {
|
||||||
font-size: var(--button-font-size-mobile);
|
font-size: var(--button-font-size-mobile);
|
||||||
@@ -48,10 +64,6 @@ hr {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
select {
|
|
||||||
filter: var(--filter80);
|
|
||||||
}
|
|
||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
background: var(--reply-highlight-background-color) !important;
|
background: var(--reply-highlight-background-color) !important;
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -947,7 +947,7 @@
|
|||||||
/* select */
|
/* select */
|
||||||
--select-border: 1px solid #575a60;
|
--select-border: 1px solid #575a60;
|
||||||
--select-background-color: #282a2e;
|
--select-background-color: #282a2e;
|
||||||
--select-color: #c5c8c6;
|
--select-text-color: #c5c8c6;
|
||||||
|
|
||||||
/* settings modal */
|
/* settings modal */
|
||||||
--settings-modal-font-size: 14px;
|
--settings-modal-font-size: 14px;
|
||||||
|
|||||||
@@ -109,6 +109,10 @@
|
|||||||
padding: 3px 10px;
|
padding: 3px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.searchBar input:focus {
|
||||||
|
border-color: #ea8;
|
||||||
|
}
|
||||||
|
|
||||||
.searchButton {
|
.searchButton {
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
padding: 3px 5px;
|
padding: 3px 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user