From a095c36d25200472f6e1e43e4d43f18df8405fb5 Mon Sep 17 00:00:00 2001 From: LooseLi <1329307562@qq.com> Date: Mon, 19 May 2025 16:48:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=87=E7=AB=A0=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E4=B8=BB=E9=A2=98=E8=89=B2=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/hexo/style.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/themes/hexo/style.js b/themes/hexo/style.js index b3c399f4..4c60ae26 100644 --- a/themes/hexo/style.js +++ b/themes/hexo/style.js @@ -42,6 +42,14 @@ const Style = () => { color: var(--theme-color); } + /* 文章列表中标题行悬浮时的文字颜色 */ + h2:hover .menu-link { + color: var(--theme-color) !important; + } + .dark h2:hover .menu-link { + color: var(--theme-color) !important; + } + /* 下拉菜单悬浮背景色 */ li[class*='hover:bg-indigo-500']:hover { background-color: var(--theme-color) !important;