Skip to content

Commit

Permalink
fix(theme-classic): properly highlight code block line numbers (#7341)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena authored May 5, 2022
1 parent 8f80f6c commit 49a9f03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ the background in custom CSS file due bug https://github.com/facebook/docusaurus
opacity: 0.4;
}

.highlightedCodeLine .codeLineNumber::before {
:global(.theme-code-block-highlighted-line) .codeLineNumber::before {
opacity: 0.8;
}

Expand Down

0 comments on commit 49a9f03

Please sign in to comment.