From 6159f0820b672048bbf146ca74533bb42f374159 Mon Sep 17 00:00:00 2001 From: LooseLi <1329307562@qq.com> Date: Thu, 22 May 2025 12:02:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E5=8A=A8=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E4=B8=8B=EF=BC=8C=E8=8F=9C=E5=8D=95=E6=A0=8F=E9=80=82=E9=85=8D?= =?UTF-8?q?=E4=B8=BB=E9=A2=98=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/hexo/style.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/themes/hexo/style.js b/themes/hexo/style.js index 8f1f6d88..feb80b6b 100644 --- a/themes/hexo/style.js +++ b/themes/hexo/style.js @@ -106,6 +106,16 @@ const Style = () => { .bg-indigo-500 { background-color: var(--theme-color) !important; } + .dark .dark\:bg-indigo-500 { + background-color: var(--theme-color) !important; + } + /* 移动设备菜单栏背景色 */ + .hover\:bg-indigo-500:hover { + background-color: var(--theme-color) !important; + } + .dark .dark\:hover\:bg-indigo-500:hover { + background-color: var(--theme-color) !important; + } /* 文章浏览进度条颜色 */ .bg-indigo-600 {