From 5e2535f143dd31edf488379d2046b02205284185 Mon Sep 17 00:00:00 2001 From: dribble-njr Date: Fri, 22 Nov 2024 09:55:16 +0800 Subject: [PATCH] feat: support grace theme blockquote preview in dark mode --- src/config/theme.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/config/theme.ts b/src/config/theme.ts index 2453577..842fafe 100644 --- a/src/config/theme.ts +++ b/src/config/theme.ts @@ -314,7 +314,6 @@ const graceTheme = toMerged(defaultTheme, { 'border-left': `4px solid var(--md-primary-color)`, 'border-radius': `6px`, 'color': `rgba(0,0,0,0.6)`, - 'background': `linear-gradient(to right, #f7f7f7, #ffffff)`, 'box-shadow': `0 4px 6px rgba(0,0,0,0.05)`, }, @@ -323,12 +322,6 @@ const graceTheme = toMerged(defaultTheme, { 'markdown-alert': { 'font-style': `italic`, - 'padding': `1em 1em 1em 2em`, - 'border-left': `4px solid var(--md-primary-color)`, - 'border-radius': `6px`, - 'color': `rgba(0,0,0,0.6)`, - 'background': `linear-gradient(to right, #f7f7f7, #ffffff)`, - 'box-shadow': `0 4px 6px rgba(0,0,0,0.05)`, }, 'code_pre': {