From 47d8db4516963f2cea3f69d950fa65ed16c79080 Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Fri, 14 Feb 2014 23:15:39 -0500 Subject: [PATCH] making the background on unread notifications stand out a bit more --- app/assets/stylesheets/common/foundation/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/foundation/variables.scss b/app/assets/stylesheets/common/foundation/variables.scss index f2859df44d4..66dd1f4bc94 100644 --- a/app/assets/stylesheets/common/foundation/variables.scss +++ b/app/assets/stylesheets/common/foundation/variables.scss @@ -41,7 +41,7 @@ $primary_light: lighten($primary, 50%) !default; // grey $primary_lighter: lighten($primary, 60%) !default; //light grey $primary_lightest: lighten($primary, 76%) !default; //lighter grey -$tertiary_lightest: lighten($tertiary, 55%) !default; //lighte blue +$tertiary_lightest: lighten($tertiary, 50%) !default; //lighte blue $tertiary_light: lighten($tertiary, 30%) !default; // light blue $tertiary_dark: darken($tertiary, 10%) !default; // dark blue