support dark mode

This commit is contained in:
Timi
2025-12-05 12:40:19 +08:00
parent 99eb470625
commit b33ce05d52
39 changed files with 317 additions and 111 deletions

View File

@ -15,7 +15,7 @@
width: 100%;
display: block;
overflow: hidden;
background: #FFF;
background: var(--theme-bg-card);
break-inside: avoid;
margin-bottom: .25rem;
}