Skip to content

Commit 9cda46d

Browse files
Merge pull request #13366 from vikram-raj/ocpbugs-23786
OCPBUGS-23786: PatternFly5 update: fix code snippet color in quick start in dark mode
2 parents 343355b + de682d8 commit 9cda46d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

frontend/public/style/_overrides.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,3 +394,8 @@ ul.pf-v5-c-tree-view__list {
394394
font-size: $font-size-base;
395395
}
396396
}
397+
398+
:where(.pf-theme-dark) .pfext-quick-start-task__content .pfext-markdown-view pre code {
399+
color: var(--pf-global--Color--100);
400+
background-color: var(--pf-global--palette--black-600);
401+
}

0 commit comments

Comments
 (0)