mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-08 23:16:54 +00:00
waline夜间模式适配
This commit is contained in:
@@ -178,3 +178,17 @@ nav {
|
|||||||
height: 1.25em;
|
height: 1.25em;
|
||||||
margin: -0.125em 0.25em;
|
margin: -0.125em 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* waline评论插件夜间适配 */
|
||||||
|
.wl-panel{
|
||||||
|
@apply dark:bg-black dark:border-gray-800
|
||||||
|
}
|
||||||
|
|
||||||
|
.wl-input,.wl-editor{
|
||||||
|
@apply dark:focus-within:bg-gray-900 dark:text-gray-200
|
||||||
|
}
|
||||||
|
|
||||||
|
.wl-meta > span {
|
||||||
|
@apply dark:bg-gray-800 !important
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user