From 01a66adcb2c417d99f6a2ade4b6740f66659fd0d Mon Sep 17 00:00:00 2001 From: tangly Date: Sun, 13 Nov 2022 12:04:04 +0800 Subject: [PATCH] =?UTF-8?q?waline=E5=A4=9C=E9=97=B4=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/globals.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/styles/globals.css b/styles/globals.css index 4382cd6c..6035eed9 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -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 +} \ No newline at end of file