mirror of
https://github.com/youwen5/blog.git
synced 2024-11-24 18:03:50 -08:00
add divider styles
This commit is contained in:
parent
3e9e398a9c
commit
202f756ac5
3 changed files with 6 additions and 1 deletions
|
@ -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
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue