From 7cdf12deadfe783a972b98620c00cd4912330537 Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Wed, 26 Dec 2012 13:10:48 -0800 Subject: [PATCH] updating status bar colors --- static/status-bar.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/status-bar.css b/static/status-bar.css index 97437e161..b3e6c1069 100644 --- a/static/status-bar.css +++ b/static/status-bar.css @@ -24,6 +24,7 @@ .status-bar .git-status.octicons { display: none; padding-left: 10px; + margin-top:-2px; } .status-bar .octicons { @@ -42,7 +43,7 @@ } .status-bar .git-status.octicons.modified-status-icon { - color: #6C6912; + color: #f78a46; display: inline-block; } @@ -51,7 +52,7 @@ } .status-bar .git-status.octicons.new-status-icon { - color: #269F81; + color: #5293d8; display: inline-block; }