fixed light mode input field

This commit is contained in:
Frederik Palmø 2022-03-19 21:57:07 +01:00
parent d9c6a7aa76
commit cb57756265

View File

@ -5,6 +5,7 @@
--secondary: #f8f8ff;
--border: grey;
--font-color: black;
--font-inverted: white;
--link-color: #1d7484;
}
}
@ -15,6 +16,7 @@
--secondary: #1c1b22;
--border: black;
--font-color: white;
--font-inverted: black;
--link-color: tomato;
}
}
@ -277,7 +279,7 @@ tbody:first-child {
}
.app .stat:not([disabled]) {
color: var(--primary);
color: black;
}
.app hr {