feat: add small header for blog posts
This commit is contained in:
parent
1253523f25
commit
559bb72b91
7 changed files with 47 additions and 15 deletions
9
src/components/Divider.svelte
Normal file
9
src/components/Divider.svelte
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<hr />
|
||||
|
||||
<style>
|
||||
hr {
|
||||
background-color: var(--special-color);
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue