fix conflict

This commit is contained in:
Bechi 2014-04-29 16:39:54 -03:00
commit 64cde1378e
3 changed files with 66 additions and 37 deletions

View file

@ -87,6 +87,10 @@ body {
color: #fff;
}
.header-content a {
color: #fff;
}
.panel {
color: #333;
background: #FFFFFF;
@ -177,3 +181,8 @@ button.secondary:hover { background-color: #FFDF00 !important;}
.text-gray { color: #999;}
#footer {
background: #2C3E50;
color: #fff;
}