mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
@@ -111,7 +111,7 @@ body {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
blockquote, .block-content-or-editor-wrap[data-node-type='quote'] {
|
||||
display: block;
|
||||
text-indent: 0;
|
||||
padding: 8px 20px;
|
||||
@@ -122,10 +122,14 @@ body {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
html blockquote {
|
||||
html blockquote, .block-content-or-editor-wrap[data-node-type='quote'] {
|
||||
border-left-color: var(--ls-page-blockquote-border-color, var(--lx-gray-05-alpha, hsl(var(--primary)/.4)));
|
||||
}
|
||||
|
||||
.block-content-or-editor-wrap[data-node-type='quote'] {
|
||||
margin: 0.5rem 0;
|
||||
}
|
||||
|
||||
summary {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user