Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Resolve "fix: readability on text button"

Merged Julie Thezenas requested to merge 16-fix-readability-on-text-button into main
1 file
+ 6
1
Compare changes
  • Side-by-side
  • Inline
+ 6
1
@@ -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;
}
Loading