fix draft notice in dark mode
This commit is contained in:
@@ -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%;
|
||||||
|
|||||||
Reference in New Issue
Block a user