From 7be85d1dab9e67fe1b523416f5a7309df67de2f3 Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Sat, 2 May 2020 11:42:25 +0200 Subject: [PATCH] Use bold font with teal colour for both applied taxons and applied properties --- app/assets/stylesheets/darkswarm/_shop-filters.css.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/darkswarm/_shop-filters.css.scss b/app/assets/stylesheets/darkswarm/_shop-filters.css.scss index c8b6cbd290..7df689719e 100644 --- a/app/assets/stylesheets/darkswarm/_shop-filters.css.scss +++ b/app/assets/stylesheets/darkswarm/_shop-filters.css.scss @@ -145,12 +145,9 @@ color: $grey-800; font-style: italic; - &.applied-properties { - color: $grey-800; - } - - &.applied-taxons { + &.applied-taxons, &.applied-properties { color: $clr-blue; + font-weight: bold; } &.applied-search {