style: decrease brightness of inputs on dark themes

This commit is contained in:
plebeius.eth
2024-04-07 19:05:17 +02:00
parent 84dae0a19b
commit aa6eeee26f
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -15,3 +15,7 @@
padding: 5px; padding: 5px;
} }
} }
select, button, input, textarea {
filter: var(--filter80);
}
+3
View File
@@ -478,6 +478,9 @@
--button-desktop-text-color: #81a2be; --button-desktop-text-color: #81a2be;
--button-desktop-text-color-hover: #5f89ac; --button-desktop-text-color-hover: #5f89ac;
/* filter for inputs */
--filter80: brightness(85%);
/* mobile buttons */ /* mobile buttons */
--button-font-size-mobile: 10pt; --button-font-size-mobile: 10pt;
--button-font-weight-mobile: 700; --button-font-weight-mobile: 700;