feat: add small header for blog posts

This commit is contained in:
Alexander Daichendt 2022-07-27 08:17:45 +02:00
parent 1253523f25
commit 559bb72b91
7 changed files with 47 additions and 15 deletions

View file

@ -0,0 +1,9 @@
<hr />
<style>
hr {
background-color: var(--special-color);
border: none;
height: 1px;
}
</style>