mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-04 23:16:53 +00:00
Merge pull request #3440 from LooseLi/fix-hexoThemeColor
fix: hexo主题中,移动端菜单适配主题色失效
This commit is contained in:
@@ -116,11 +116,9 @@ const Style = () => {
|
|||||||
.dark #theme-hexo .dark\:bg-indigo-500 {
|
.dark #theme-hexo .dark\:bg-indigo-500 {
|
||||||
background-color: var(--theme-color) !important;
|
background-color: var(--theme-color) !important;
|
||||||
}
|
}
|
||||||
/* 移动设备菜单栏背景色 */
|
|
||||||
#theme-hexo .hover\:bg-indigo-500:hover {
|
// 移动设备菜单栏选中背景色
|
||||||
background-color: var(--theme-color) !important;
|
#theme-hexo div[class*='hover:bg-indigo-500']:hover {
|
||||||
}
|
|
||||||
.dark #theme-hexo .dark\:hover\:bg-indigo-500:hover {
|
|
||||||
background-color: var(--theme-color) !important;
|
background-color: var(--theme-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user