From 183529e7d3c576b3e4fa03d1e8ca792a9052585a Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Tue, 17 Dec 2013 16:51:00 -0800 Subject: [PATCH] Fix up colors a bit --- stylesheets/ui-variables.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/ui-variables.less b/stylesheets/ui-variables.less index c76e73f..5b3cb51 100644 --- a/stylesheets/ui-variables.less +++ b/stylesheets/ui-variables.less @@ -6,7 +6,7 @@ @text-color-selected: @text-color-highlight; @text-color-info: #5293d8; -@text-color-success: #529b2f; +@text-color-success: #26c26a; @text-color-warning: #ff982d; @text-color-error: #c00; @@ -18,7 +18,7 @@ @background-color-info: #0098ff; @background-color-success: #17ca65; -@background-color-warning: #ff4800; +@background-color-warning: #ffaa2c; @background-color-error: #c00; @background-color-highlight: rgba(255, 255, 255, 0.07); @background-color-selected: #4182C4;