feat: blockquote styles

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

View file

@ -99,4 +99,10 @@
hr { hr {
@apply border-0 h-2 bg-muted-light dark:bg-muted-dark my-10 max-w-12 mx-auto rounded-xl; @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

View file

@ -21,6 +21,8 @@ of the features.
I'll be writing about computers, code, math, video games, and whatever else I'll be writing about computers, code, math, video games, and whatever else
here. here.
> A monad is just a monoid in the category of endofunctors, what's the problem?
## haskell? ## haskell?
This entire blog is generated with [hakyll](https://jaspervdj.be/hakyll/). It's This entire blog is generated with [hakyll](https://jaspervdj.be/hakyll/). It's