mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
Merge pull request #440 from tangly1024/feature/waline-darkmode
waline夜间模式适配
This commit is contained in:
@@ -178,3 +178,17 @@ nav {
|
||||
height: 1.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