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; }