From b3e9fbb3cd5f0ceb27ddd069f5c63216377832a0 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Wed, 7 Dec 2022 14:14:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=B1=E8=89=B2=E6=A8=A1=E5=BC=8F=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E3=80=81=E5=AE=A0=E7=89=A9=E9=80=8F=E6=98=8E=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/notion.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/styles/notion.css b/styles/notion.css index e4b66a35..66065f60 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -1949,4 +1949,12 @@ pre[class*='language-'] { ::selection { @apply bg-blue-500 text-gray-50 !important; +} + +.dark img{ + @apply opacity-80 +} + +.dark #live2d { + @apply opacity-80 } \ No newline at end of file