mirror of
https://github.com/youwen5/blog.git
synced 2024-11-24 18:03:50 -08:00
feat: blockquote styles
This commit is contained in:
parent
202f756ac5
commit
2ececf1f1c
3 changed files with 9 additions and 1 deletions
|
@ -99,4 +99,10 @@
|
|||
hr {
|
||||
@apply border-0 h-2 bg-muted-light dark:bg-muted-dark my-10 max-w-12 mx-auto rounded-xl;
|
||||
}
|
||||
blockquote {
|
||||
@apply border-l-4 border-accent-light dark:border-accent-dark text-accent-light dark:text-accent-dark italic my-4 px-4 py-0.5 h-fit;
|
||||
}
|
||||
blockquote > p {
|
||||
@apply m-0;
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -21,6 +21,8 @@ of the features.
|
|||
I'll be writing about computers, code, math, video games, and whatever else
|
||||
here.
|
||||
|
||||
> A monad is just a monoid in the category of endofunctors, what's the problem?
|
||||
|
||||
## haskell?
|
||||
|
||||
This entire blog is generated with [hakyll](https://jaspervdj.be/hakyll/). It's
|
||||
|
|
Loading…
Reference in a new issue