mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
feat: 文章列表主题色适配
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user