Merge branch 'tangly1024:main' into main

This commit is contained in:
yakiisama
2025-06-17 11:27:22 +08:00
committed by GitHub
3 changed files with 11 additions and 7 deletions

View File

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