From e1543604f2cb797c3023b37a347f88991d6663e5 Mon Sep 17 00:00:00 2001 From: Andrew Garner Date: Mon, 30 Jul 2018 16:26:40 +0100 Subject: [PATCH] Differentiate taxonomy navigation sections more - Adds a dividing line to the first section - Increases the contrast of the dividing line --- app/assets/stylesheets/helpers/_taxonomy-navigation.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/helpers/_taxonomy-navigation.scss b/app/assets/stylesheets/helpers/_taxonomy-navigation.scss index 971ea8b8a..9e8035904 100644 --- a/app/assets/stylesheets/helpers/_taxonomy-navigation.scss +++ b/app/assets/stylesheets/helpers/_taxonomy-navigation.scss @@ -11,9 +11,9 @@ .taxonomy-navigation__section { padding: $gutter-one-third 0 $gutter-two-thirds 0; margin-top: $gutter-half; - border-top: 1px solid $grey-2; + border-top: 1px solid $black; } .taxonomy-navigation__section:first-of-type { - border-top: 0; + margin-top: $gutter * 1.5; }