From 1cbc86518838deb85f0729f95d13c72f6fb8c6c5 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Sun, 28 May 2023 18:44:41 +0800 Subject: [PATCH] fix: accessibility in dark mode (#3305) --- luci-app-openclash/luasrc/view/openclash/sub_info_show.htm | 1 + 1 file changed, 1 insertion(+) diff --git a/luci-app-openclash/luasrc/view/openclash/sub_info_show.htm b/luci-app-openclash/luasrc/view/openclash/sub_info_show.htm index 0c6f893bc0..bc829f7c41 100644 --- a/luci-app-openclash/luasrc/view/openclash/sub_info_show.htm +++ b/luci-app-openclash/luasrc/view/openclash/sub_info_show.htm @@ -12,6 +12,7 @@ .sub_tab_show{ display: inline-block; white-space: nowrap; + color: var(--gray-dark); font-size: 12px; margin: 0 auto; -webkit-transition: all 1.5s;