changeset 4534:3fba6c56ecee

Set white foreground color for <h2/> in context bar $repo/fork and other pages had black text on dark background.
author Na'Tosha Bard <natosha@unity3d.com>
date Fri, 19 Sep 2014 17:19:50 +0200
parents cadbabcc6b0e
children 13c2a30e90a9
files kallithea/public/css/contextbar.css
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/contextbar.css	Fri Sep 19 15:05:09 2014 +0200
+++ b/kallithea/public/css/contextbar.css	Fri Sep 19 17:19:50 2014 +0200
@@ -79,6 +79,7 @@
 
 #content #context-bar h2 {
     display: inline-block;
+    color: #FFF;
 }
 
 #header #header-inner #quick a,