mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-06 20:42:57 +08:00
🐛 Fix(custom): fix the update page release note under dark mode
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user