From 1f4971a44dceb6f10cc95b3a0b7ca96234d02565 Mon Sep 17 00:00:00 2001 From: fuffcp123 Date: Thu, 2 Sep 2021 17:08:11 +0800 Subject: [PATCH] fix: fixed line number style --- src/styles/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index e814b56..6d34946 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -72,7 +72,7 @@ pre[class*="language-"] { border-right: #999 1px solid; user-select: none; pointer-events: none; - opacity: 0.9; + background-color: inherit; .code-block-linenum { display: block; counter-increment: line-num;