Fixes for the front page

This commit is contained in:
2022-10-18 17:38:11 +02:00
parent d94b555240
commit a89e36aa65
2 changed files with 30 additions and 2 deletions

View File

@ -36,4 +36,11 @@
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
}
h1 {
color: var(--blog_color-accent);
}
h2, h3, h4, h5, h6 {
color: var(--blog_color-accent-dark);
}
}