Skip to content

Commit

Permalink
feat: support grace theme blockquote preview in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dribble-njr committed Nov 22, 2024
1 parent f55285d commit 5e2535f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/config/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)`,
},

Expand All @@ -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': {
Expand Down

0 comments on commit 5e2535f

Please sign in to comment.