From a1c9422ec3dc506932a1329876b3d85a188fbff2 Mon Sep 17 00:00:00 2001 From: "zorro.zhang" Date: Mon, 10 Jul 2023 14:55:58 +0800 Subject: [PATCH] ENH: Url use Green in dark mode Change-Id: If6c295c2d2d79aab452b542820a485532e643b3c --- resources/web/model/css/dark.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/web/model/css/dark.css b/resources/web/model/css/dark.css index 52cd4df2d..065082b9a 100644 --- a/resources/web/model/css/dark.css +++ b/resources/web/model/css/dark.css @@ -4,6 +4,11 @@ body color: #B3B3B5; } +a +{ + color: #00AE42; +} + .ZScrol::-webkit-scrollbar-thumb {/*滚动条里面小方块*/ background-color: #939594; }