blockquote
This commit is contained in:
parent
29d57716e0
commit
a2930e34ae
|
@ -143,7 +143,7 @@ footer:
|
|||
tag_plugins:
|
||||
# {% note text %}
|
||||
note:
|
||||
default_color: '' # white, dark, red, orange, yellow, green, cyan, blue, purple
|
||||
default_color: '' # light, dark, red, orange, yellow, green, cyan, blue, purple
|
||||
# {% checkbox %}
|
||||
checkbox:
|
||||
interactive: false # enable interactive for user
|
||||
|
|
|
@ -92,10 +92,11 @@ article.md>div
|
|||
article.md blockquote
|
||||
margin: 1rem 0
|
||||
padding: 1rem
|
||||
background: var(--block)
|
||||
border-left: 3px solid $color-theme
|
||||
border-radius: 0 $border-block $border-block 0
|
||||
background: var(--card)
|
||||
border-left: 4px solid $color-theme
|
||||
border-radius: $border-block
|
||||
color: var(--text-p2)
|
||||
box-shadow: $boxshadow-card
|
||||
p
|
||||
margin: 0.5em 0
|
||||
font-size: $fs-14
|
||||
|
|
Loading…
Reference in New Issue