feat(ui): style blockquote (#2744)

main
lazzzis 2024-04-02 21:17:52 -07:00 committed by GitHub
parent c6787aae3f
commit d0b115751f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -112,6 +112,9 @@ em-emoji-picker {
ul > li {
--at-apply: pl-2;
}
blockquote {
--at-apply: border-primary border-l-4 border-solid pl-3 my-3 text-secondary;
}
.code-block {
--at-apply: bg-code text-0.875em p3 mt-2 rounded overflow-auto
leading-1.6em;