From e30eb0bfd5971be3121c84bc6aeced386300a4b7 Mon Sep 17 00:00:00 2001 From: shy Date: Thu, 12 Sep 2024 00:38:24 +0800 Subject: [PATCH] add some --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index e9f834dd..4221ea99 100644 --- a/index.css +++ b/index.css @@ -43,7 +43,7 @@ body { body { --body-bg-color:var(--panel-bg-color); --body-fg-color:var(--plugin-fg-color); --legend-bg-color:var(--plugin-bg-color); --legend-fg-color:var(--plugin-fg-color); - --input-bg-color:var(--plugin-bg-color); --input-fg-color: var(--output-fg-color); + --input-bg-color:var(--output-bg-color); --input-fg-color: var(--output-fg-color); --output-bg-color:var(--plugin-bg-color); --output-fg-color:var(--plugin-fg-color); --th-bg-color:var(--legend-bg-color); --th-fg-color:var(--legend-fg-color); --tr-hover-bg-color:var(--hover-bg-color); --td-hover-bg-color:var(--hover-bg-color);