🐛 Fix(custom): fix the update page release note under dark mode

This commit is contained in:
Kuingsmile
2026-01-14 10:41:21 +08:00
parent 4ffa72c660
commit d91de7979c

View File

@@ -171,8 +171,8 @@
max-height: 195px; max-height: 195px;
font-size: 0.9375rem; font-size: 0.9375rem;
line-height: 1.5; line-height: 1.5;
background: #f8fafc; background: var(--color-background-tertiary);
color: #475569; color: var(--color-text-secondary);
} }
.notes-body :deep(h1), .notes-body :deep(h1),