From 2853afd2ed7c106a824ee7170e4019321ac71346 Mon Sep 17 00:00:00 2001 From: shy Date: Thu, 25 Apr 2024 21:11:41 +0800 Subject: [PATCH] add some --- src/template/web.chat.header/theme/dark.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/template/web.chat.header/theme/dark.css b/src/template/web.chat.header/theme/dark.css index 97400ba0..1c3f4208 100644 --- a/src/template/web.chat.header/theme/dark.css +++ b/src/template/web.chat.header/theme/dark.css @@ -1,5 +1,6 @@ body.dark { --disable-fg-color:#30363d; + --notice-bg-color:royalblue; --plugin-bg-color:#171a22; --plugin-fg-color:silver; --output-bg-color:#0d1117; --plugin-box-shadow:none; --legend-box-shadow:none; --input-box-shadow:none; --th-box-shadow:none; --keyword-box-shadow:none;