From bd8a3e45db9b1a8942649df045f9b88df5c34c05 Mon Sep 17 00:00:00 2001 From: Julian Kiedaisch Date: Sat, 25 Oct 2025 00:09:41 +0200 Subject: [PATCH] input bg lighter --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 38d63af..7377d4f 100644 --- a/assets/style.css +++ b/assets/style.css @@ -6,7 +6,7 @@ --bg: #ffffff; --input-fg: #1a1a1a; - --input-bg: #cfcfcf; + --input-bg: #dddddd; --input-placeholder: #888888; --input-border-color: #a5a5a5;