Skip to content

Commit ee56801

Browse files
authored
Merge pull request #253 from jpuzz0/fix/dark-theme-text-highlight
Use same blue highlight for code tags outside of CodeBlock components
2 parents 7338475 + e5ff634 commit ee56801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/src/styles/_dark-custom-override.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
border-color: var(--pf-v5-global--BorderColor--100);
2828
}
2929

30-
.pfext-markdown-view code {
30+
.pfext-markdown-view .pf-v5-c-code-block__code {
3131
color: var(--pf-v5-global--Color--100);
3232
background-color: var(--pf-v5-global--palette--black-600);
3333
}

0 commit comments

Comments
 (0)