Changeset - 3fba6c56ecee
[Not reviewed]
default
0 1 0
Na'Tosha Bard - 11 years ago 2014-09-19 17:19:50
natosha@unity3d.com
Set white foreground color for <h2/> in context bar

$repo/fork and other pages had black text on dark background.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/contextbar.css
Show inline comments
 
@@ -76,12 +76,13 @@ i[class^='icon-'] {
 
    padding: 0 5px;
 
    min-height: 36px;
 
}
 

	
 
#content #context-bar h2 {
 
    display: inline-block;
 
    color: #FFF;
 
}
 

	
 
#header #header-inner #quick a,
 
#content #context-bar,
 
#content #context-bar a {
 
    color: #FFFFFF;
0 comments (0 inline, 0 general)