blockquote

This commit is contained in:
xaoxuu 2021-07-03 23:43:52 +08:00
parent 29d57716e0
commit a2930e34ae
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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