Skip to content

Commit de682d8

Browse files
committed
PatternFly5 update: fix code snippet color in quick start in dark mode
1 parent d7371f7 commit de682d8

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
@@ -390,3 +390,8 @@ ul.pf-v5-c-tree-view__list {
390390
font-size: $font-size-base;
391391
}
392392
}
393+
394+
:where(.pf-theme-dark) .pfext-quick-start-task__content .pfext-markdown-view pre code {
395+
color: var(--pf-global--Color--100);
396+
background-color: var(--pf-global--palette--black-600);
397+
}

0 commit comments

Comments
 (0)