From e6ad729110781532bb7ab28f9db2c64777002cfc Mon Sep 17 00:00:00 2001 From: LooseLi <1329307562@qq.com> Date: Fri, 13 Jun 2025 15:28:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E5=8A=A8=E7=AB=AF=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E9=80=82=E9=85=8D=E4=B8=BB=E9=A2=98=E8=89=B2=E5=A4=B1?= =?UTF-8?q?=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/hexo/style.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/themes/hexo/style.js b/themes/hexo/style.js index 17cdbac2..d297b633 100644 --- a/themes/hexo/style.js +++ b/themes/hexo/style.js @@ -116,11 +116,9 @@ const Style = () => { .dark #theme-hexo .dark\:bg-indigo-500 { background-color: var(--theme-color) !important; } - /* 移动设备菜单栏背景色 */ - #theme-hexo .hover\:bg-indigo-500:hover { - background-color: var(--theme-color) !important; - } - .dark #theme-hexo .dark\:hover\:bg-indigo-500:hover { + + // 移动设备菜单栏选中背景色 + #theme-hexo div[class*='hover:bg-indigo-500']:hover { background-color: var(--theme-color) !important; }