Skip to content

Commit

Permalink
fix(plugins/plugin-client-common): markdown tabs in dark themes can h…
Browse files Browse the repository at this point in the history
…ave low contrast

The not-selected tabs.
  • Loading branch information
starpit committed Jun 19, 2022
1 parent f4c8314 commit 62e904c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ body[kui-theme-style='light'] {
}

@include MarkdownTabButton {
color: var(--color-text-02);
font-size: $terminal-font-size;
--pf-c-tabs__link--after--Bottom: 1px;
}
Expand Down

0 comments on commit 62e904c

Please # to comment.