From c4e5072e9d2be898ba1f43021c4a9a65fc582464 Mon Sep 17 00:00:00 2001 From: sqrtthree Date: Fri, 9 Aug 2019 22:26:05 +0800 Subject: [PATCH] :lipstick: fix: Adjust some broken style Signed-off-by: sqrtthree --- styles/_components/_code.styl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/styles/_components/_code.styl b/styles/_components/_code.styl index 59f1478..cc67b8b 100644 --- a/styles/_components/_code.styl +++ b/styles/_components/_code.styl @@ -1,6 +1,6 @@ @require '../_variables' -.content +.content-block code color #f81ce5 @@ -10,7 +10,7 @@ background-color rgba(27,31,35,0.05) border-radius 3px -.content +.content-block pre, pre[class*="language-"] line-height 1.4 @@ -44,7 +44,6 @@ div[class*="language-"] .highlighted background-color rgba(0, 0, 0, 66%) - pre position relative z-index 1