add divider styles

This commit is contained in:
Youwen Wu 2024-05-25 14:03:54 -07:00
parent 3e9e398a9c
commit 202f756ac5
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
3 changed files with 6 additions and 1 deletions

View file

@ -96,4 +96,7 @@
li {
@apply my-1;
}
hr {
@apply border-0 h-2 bg-muted-light dark:bg-muted-dark my-10 max-w-12 mx-auto rounded-xl;
}
}

File diff suppressed because one or more lines are too long

View file

@ -50,6 +50,8 @@ main = hakyllWith config $ do
The code highlighting is also generated by hakyll.
---
## why?
Haskell is a purely functional language with no mutable state. Its syntax