From 62e904c49109e105f9856ecc15d50d0e6ef12559 Mon Sep 17 00:00:00 2001 From: Nick Mitchell Date: Sun, 19 Jun 2022 17:10:37 -0400 Subject: [PATCH] fix(plugins/plugin-client-common): markdown tabs in dark themes can have low contrast The not-selected tabs. --- .../web/scss/components/Terminal/Commentary.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/plugin-client-common/web/scss/components/Terminal/Commentary.scss b/plugins/plugin-client-common/web/scss/components/Terminal/Commentary.scss index daafbfca4ec..169a02eb77c 100644 --- a/plugins/plugin-client-common/web/scss/components/Terminal/Commentary.scss +++ b/plugins/plugin-client-common/web/scss/components/Terminal/Commentary.scss @@ -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; }