feat: 主题变更为白色

This commit is contained in:
砂糖
2025-09-24 17:23:06 +08:00
parent 3c30290b50
commit 833c16a0e9
26 changed files with 221 additions and 196 deletions

View File

@@ -48,7 +48,7 @@ export default {
.markdown-preview {
border-radius: 4px;
padding: 8px;
background: #393d46;
color: white;
background: var(--color-background);
color: var(--color-text-primary);
}
</style>