set font color

This commit is contained in:
Oskar Wickström
2024-08-26 03:57:29 +02:00
parent 3e454e0aa3
commit cae3a8d53a

View File

@@ -260,6 +260,7 @@ input, button, textarea {
width: auto; width: auto;
overflow: visible; overflow: visible;
background: var(--background-color); background: var(--background-color);
color: var(--text-color);
line-height: normal; line-height: normal;
-webkit-font-smoothing: inherit; -webkit-font-smoothing: inherit;
-moz-osx-font-smoothing: inherit; -moz-osx-font-smoothing: inherit;