深色模式图片、宠物透明度

This commit is contained in:
tangly1024
2022-12-07 14:14:53 +08:00
parent 8a07af847c
commit b3e9fbb3cd

View File

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