From 7aa9875cd9abc72bfea8e02cdaf0165e42777806 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 18 May 2015 13:46:19 -0400 Subject: [PATCH] Adjust info/posi/negi again --- src/themes/default/globals/site.variables | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/themes/default/globals/site.variables b/src/themes/default/globals/site.variables index 665f84707..170f7a141 100644 --- a/src/themes/default/globals/site.variables +++ b/src/themes/default/globals/site.variables @@ -307,7 +307,7 @@ /* Info */ @infoColor : #31CCEC; -@infoBackgroundColor : #F8FCFC; +@infoBackgroundColor : #F8FFFF; @infoBorderColor : #9ECAD3; @infoHeaderColor : #0E566C; @infoTextColor : #0E566D; @@ -315,7 +315,7 @@ /* Warning */ @warningColor : #FFF9EA; @warningBorderColor : #C9BA9B; -@warningBackgroundColor : #FFFCED; +@warningBackgroundColor : #FFFAF3; @warningHeaderColor : #794B02; @warningTextColor : #664917;