From ffb7bcb2d966ca00855f78ab4edb15984b7cfea8 Mon Sep 17 00:00:00 2001 From: shenyu <448766534@qq.com> Date: Mon, 30 Dec 2019 22:00:24 +0800 Subject: [PATCH] fix: style --- source/css/_partial/highlight.styl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/css/_partial/highlight.styl b/source/css/_partial/highlight.styl index 06db2f6..3bc9725 100644 --- a/source/css/_partial/highlight.styl +++ b/source/css/_partial/highlight.styl @@ -1,5 +1,6 @@ highlight-background = #2d2d2d -highlight-code = #f6f8fa +highlight-code = #f2f2f2 +highlight-code-color = #c7254e highlight-current-line = #efefef highlight-selection = #000 highlight-foreground = #dedede @@ -30,8 +31,9 @@ $line-numbers font-family inherit text-shadow none code + color highlight-code-color background highlight-code - padding .25rem + padding .25rem .6rem border-radius(.4rem) pre @extend $code-block