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: tag_plugins:
# {% note text %} # {% note text %}
note: 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 %}
checkbox: checkbox:
interactive: false # enable interactive for user interactive: false # enable interactive for user

View File

@ -92,10 +92,11 @@ article.md>div
article.md blockquote article.md blockquote
margin: 1rem 0 margin: 1rem 0
padding: 1rem padding: 1rem
background: var(--block) background: var(--card)
border-left: 3px solid $color-theme border-left: 4px solid $color-theme
border-radius: 0 $border-block $border-block 0 border-radius: $border-block
color: var(--text-p2) color: var(--text-p2)
box-shadow: $boxshadow-card
p p
margin: 0.5em 0 margin: 0.5em 0
font-size: $fs-14 font-size: $fs-14