From cae3a8d53a652219e34170e7ed168e875ce2e68b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Wickstr=C3=B6m?= Date: Mon, 26 Aug 2024 03:57:29 +0200 Subject: [PATCH] set font color --- index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index ca2d91f..a5b972b 100644 --- a/index.css +++ b/index.css @@ -260,7 +260,8 @@ input, button, textarea { width: auto; overflow: visible; background: var(--background-color); - line-height: normal; + color: var(--text-color); + line-height: normal; -webkit-font-smoothing: inherit; -moz-osx-font-smoothing: inherit; -webkit-appearance: none;