mirror of
https://github.com/plebbit/seedit.git
synced 2026-05-24 08:36:57 -04:00
style: adjust dark mode brightness
This commit is contained in:
@@ -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);
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user