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
@@ -14,4 +14,8 @@
.app {
padding: 5px;
}
}
select, button, input, textarea {
filter: var(--filter80);
}