From e82f4d88fa6f555c7dcfffe40421899af9088b50 Mon Sep 17 00:00:00 2001 From: LooseLi <1329307562@qq.com> Date: Tue, 20 May 2025 10:39:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=87=AA=E5=AE=9A=E4=B9=89=E5=8F=B3?= =?UTF-8?q?=E9=94=AE=E8=8F=9C=E5=8D=95=E9=80=82=E9=85=8D=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/hexo/style.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/hexo/style.js b/themes/hexo/style.js index 98318422..8f1f6d88 100644 --- a/themes/hexo/style.js +++ b/themes/hexo/style.js @@ -16,6 +16,7 @@ const Style = () => { :root { --theme-color: ${themeColor}; } + // 底色 body { background-color: #f5f5f5; @@ -152,6 +153,11 @@ const Style = () => { li[class*='hover:border-indigo-500']:hover { border-color: var(--theme-color) !important; } + + /* 自定义右键菜单悬浮高亮颜色 */ + .hover\:bg-blue-600:hover { + background-color: var(--theme-color) !important; + } .dark li[class*='dark:hover:border-indigo-300']:hover { border-color: var(--theme-color) !important; }