Merge pull request #440 from tangly1024/feature/waline-darkmode

waline夜间模式适配
This commit is contained in:
tangly1024
2022-11-13 12:06:04 +08:00
committed by GitHub

View File

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