Make non-focused inputs more visible
authorTheSaminator <TheSaminator@users.noreply.github.com>
Mon, 23 May 2022 15:30:42 +0000 (11:30 -0400)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Mon, 23 May 2022 15:30:42 +0000 (11:30 -0400)
src/jvmMain/resources/static/style.css

index 7c8ae885e742399e802ccc45af644e54a61639f1..44f2f7d05ebbc7d79abe1f96b58aa6f698153111 100644 (file)
@@ -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;