fix draft notice in dark mode

This commit is contained in:
2026-04-05 06:41:37 -04:00
parent eda7d3aa00
commit 67779ecd40

View File

@@ -65,6 +65,7 @@ const posts = await Promise.all(entries.map(async entry => {
.draft-notice { .draft-notice {
font-size: 0.5em; font-size: 0.5em;
font-family: 'Figtree Variable', sans-serif; font-family: 'Figtree Variable', sans-serif;
color: var(--nav-link-color);
background-color: var(--accent-color); background-color: var(--accent-color);
padding: 0.05em 0.5em; padding: 0.05em 0.5em;
border-radius: 20% / 50%; border-radius: 20% / 50%;