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