mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
style: decrease brightness of inputs on dark themes
This commit is contained in:
@@ -15,3 +15,7 @@
|
||||
padding: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
select, button, input, textarea {
|
||||
filter: var(--filter80);
|
||||
}
|
||||
@@ -478,6 +478,9 @@
|
||||
--button-desktop-text-color: #81a2be;
|
||||
--button-desktop-text-color-hover: #5f89ac;
|
||||
|
||||
/* filter for inputs */
|
||||
--filter80: brightness(85%);
|
||||
|
||||
/* mobile buttons */
|
||||
--button-font-size-mobile: 10pt;
|
||||
--button-font-weight-mobile: 700;
|
||||
|
||||
Reference in New Issue
Block a user