From b518f23d9762616a2e2bbeb820ea2af4e41e42ac Mon Sep 17 00:00:00 2001 From: TheSaminator Date: Mon, 23 May 2022 11:30:42 -0400 Subject: [PATCH] Make non-focused inputs more visible --- src/jvmMain/resources/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jvmMain/resources/static/style.css b/src/jvmMain/resources/static/style.css index 7c8ae88..44f2f7d 100644 --- a/src/jvmMain/resources/static/style.css +++ b/src/jvmMain/resources/static/style.css @@ -36,7 +36,7 @@ html { --tbl-border: #036; --tbl-backgr: #eee; - --input-bg: #bbb; + --input-bg: #aaa; --input-ul: #222; --input-fg: #024; --input-f-bg: #777; @@ -98,7 +98,7 @@ html[data-theme="dark"] { --tbl-border: #9cf; --tbl-backgr: #111; - --input-bg: #444; + --input-bg: #555; --input-ul: #ddd; --input-fg: #bdf; --input-f-bg: #888; -- 2.25.1