style: adjust dark mode brightness

This commit is contained in:
plebeius.eth
2023-12-13 14:44:04 +01:00
parent 4a40384f04
commit ff93a0f70d
2 changed files with 4 additions and 2 deletions

View File

@@ -11,10 +11,10 @@
textarea, input {
background-color: var(--background);
color: var(--text);
color: var(--text-input);
border: 1px solid var(--border-text);
}
select, button, input[type="checkbox"] {
select, button, input, textarea {
filter: var(--filter80);
}

View File

@@ -17,6 +17,7 @@
--background-contrast: #E4F2FB;
--background-orange: #f6e69f;
--text: black;
--text-input: black;
--text-markdown: #222222;
--text-primary: #369;
--button-border-primary: #c4dbf1;
@@ -61,6 +62,7 @@
--background-contrast: #141414;
--background-orange: #4a3700;
--text: #bfbfbf;
--text-input: white;
--text-markdown: #f0f0f0;
--text-primary: #c7c7c7;
--button-border-primary: #1f1f1f;