From fcab7cad4f4cc65a7f30427be35c12a909633e2e Mon Sep 17 00:00:00 2001 From: Haishan Date: Mon, 31 May 2021 21:50:46 +0800 Subject: Minor log style tweak --- src/components/Root.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/Root.css') diff --git a/src/components/Root.css b/src/components/Root.css index 2c78a38..cd85047 100644 --- a/src/components/Root.css +++ b/src/components/Root.css @@ -124,6 +124,7 @@ body.dark { --color-btn-fg: #bebebe; --color-bg-proxy: #303030; --color-row-odd: #282828; + --bg-log-info-tag: #454545; --bg-modal: #1f1f20; --bg-near-transparent: rgba(255, 255, 255, 0.1); --bg-tooltip: #111; @@ -151,6 +152,7 @@ body.light { --color-btn-fg: #101010; --color-bg-proxy: #fafafa; --color-row-odd: #f5f5f5; + --bg-log-info-tag: #888; --bg-modal: #fbfbfb; --bg-near-transparent: rgba(0, 0, 0, 0.1); --bg-tooltip: #f0f0f0; -- cgit v1.3.1