Changed color of bar

This commit is contained in:
Kasper Rynning-Tønnesen
2017-02-01 14:39:10 +01:00
parent cf3289048a
commit 3dc7a89718
2 changed files with 10 additions and 8 deletions

View File

@@ -383,7 +383,7 @@ footer{
text-align: center;
}
#footer-buttons li a{
.footer-buttons li a{
margin-top:10px;
padding-left:10px;
}
@@ -1728,7 +1728,7 @@ nav ul li:hover, nav ul li.active {
#bar
{
height:100%;
background-color:rgba(0,0,0,0.5);
background-color:rgba(0, 0, 0, 0.3);
}