mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-08 01:49:58 +00:00
feat(ui): style blockquote (#2744)
This commit is contained in:
parent
c6787aae3f
commit
d0b115751f
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue