From 4b1896f42d56f32300082717e6f003c82aae16e6 Mon Sep 17 00:00:00 2001 From: Libin YANG Date: Mon, 6 Jan 2025 11:18:50 +0000 Subject: [PATCH] fix: update quoteblock style --- src/config/theme.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/config/theme.ts b/src/config/theme.ts index fe7781864..755d33553 100644 --- a/src/config/theme.ts +++ b/src/config/theme.ts @@ -79,12 +79,11 @@ const defaultTheme: Theme = { // 引用 blockquote: { 'font-style': `normal`, - 'border-left': `none`, 'padding': `1em`, - 'border-radius': `8px`, + 'border-left': `4px solid var(--md-primary-color)`, + 'border-radius': `6px`, 'color': `rgba(0,0,0,0.5)`, 'background': `var(--blockquote-background)`, - 'margin': `2em 8px`, }, // 引用内容