From a2930e34ae0bfce93597f258ead3f0ef7ab82c37 Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Sat, 3 Jul 2021 23:43:52 +0800 Subject: [PATCH] blockquote --- _config.yml | 2 +- source/css/_layout/md.styl | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 3051240..caab23c 100755 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/source/css/_layout/md.styl b/source/css/_layout/md.styl index c1df589..a6cd0d1 100644 --- a/source/css/_layout/md.styl +++ b/source/css/_layout/md.styl @@ -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