diff --git a/common/common.scss b/common/common.scss index 4c81933814f7303e76adc714884b3320318dd719..83e8ec927322f213c8b7757b07c8bf9618cd580d 100644 --- a/common/common.scss +++ b/common/common.scss @@ -117,7 +117,7 @@ p { /// text box /// .topic-list-item.visited a.title:not(.badge-notification), .latest-topic-list-item.visited a.title:not(.badge-notification), .category-topic-link.visited a.title:not(.badge-notification) { - color: $primary; + color: $color-white-smoke; } .navigation-categories .search-banner { @@ -693,3 +693,8 @@ tbody { .navigation-topics .container.list-container{ background-color: $secondary; } + +/// Category Badge /// +.badge-wrapper.bullet span.badge-category { + color: $color-white-smoke; +}