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
 
@@ -70,24 +70,25 @@ i[class^='icon-'] {
 
#content #context-bar {
 
    position: relative;
 
    overflow: visible;
 
    background-color: #577632;
 
    border-top: 1px solid #517da8;
 
    border-bottom: 1px solid #003162;
 
    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;
 
}
 

	
 
#header #header-inner #quick a:hover,
 
#content #context-bar a:hover {
 
    text-decoration: none;
 
}
0 comments (0 inline, 0 general)