Skip to content

Commit

Permalink
Merge pull request #253 from jpuzz0/fix/dark-theme-text-highlight
Browse files Browse the repository at this point in the history
Use same blue highlight for code tags outside of CodeBlock components
  • Loading branch information
dlabaj authored Jun 26, 2023
2 parents 7338475 + e5ff634 commit ee56801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/module/src/styles/_dark-custom-override.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
border-color: var(--pf-v5-global--BorderColor--100);
}

.pfext-markdown-view code {
.pfext-markdown-view .pf-v5-c-code-block__code {
color: var(--pf-v5-global--Color--100);
background-color: var(--pf-v5-global--palette--black-600);
}
Expand Down

0 comments on commit ee56801

Please sign in to comment.