Skip to content

Commit

Permalink
waline夜间模式适配
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Nov 13, 2022
1 parent 6c07ffe commit 01a66ad
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 01a66ad

Please sign in to comment.