From 4fa92c72c2d08a871d5655c1d608331931ced5fb Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Thu, 27 Dec 2012 21:04:18 -0800 Subject: [PATCH] matching the status-bar modified color to the tab color --- static/status-bar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/status-bar.css b/static/status-bar.css index 09ea8bb29..457920340 100644 --- a/static/status-bar.css +++ b/static/status-bar.css @@ -43,7 +43,7 @@ } .status-bar .git-status.octicons.modified-status-icon { - color: #f78a46; + color: #F9EE98; display: inline-block; }