From daf800564a05fff24eb840cb844956c023fba4f3 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Mon, 26 Dec 2016 17:32:50 +0100 Subject: [PATCH] changes highlighted color on dark heading --- app/assets/stylesheets/participation.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index cad8c2465..3858bbcef 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1024,7 +1024,7 @@ color: white; .title { - color: #FFD200; + color: #92BA48; } .info { @@ -1032,7 +1032,7 @@ padding: $line-height; @include breakpoint(medium) { - border-top: rem-calc(6) solid #FFD200; + border-top: rem-calc(6) solid #92BA48; } a {