Skip to content

Commit

Permalink
fix: fixed line number style
Browse files Browse the repository at this point in the history
  • Loading branch information
nyable committed Sep 2, 2021
1 parent 645ee6c commit 1f4971a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1f4971a

Please sign in to comment.