From feeeec3f6a4a896183df618d1b3e9dfcf0da3cae Mon Sep 17 00:00:00 2001 From: Julie Thezenas <julie@lydra.fr> Date: Sat, 21 May 2022 11:01:58 +0200 Subject: [PATCH] fix : text button is readable --- common/common.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/common/common.scss b/common/common.scss index 638bd01..96a9c7b 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 { @@ -698,3 +698,8 @@ tbody { .navigation-topics .container.list-container{ background-color: $secondary; } + +/// Category Badge /// +.badge-wrapper.bullet span.badge-category { + color: $color-white-smoke; +} -- GitLab