Colors look better on a slightly darker bg

This commit is contained in:
Philippe Proulx 2013-10-26 04:31:58 -04:00
parent 9772da0095
commit f15878b533

View file

@ -85,7 +85,7 @@ hr {
body {
color: #ddd;
background-color: #222;
background-color: #181818;
padding-left: 0;
padding-right: 5px;
padding-bottom:70px;
@ -190,6 +190,9 @@ input[type=text], input[type=password], .badge {
.navbar-fixed-bottom {
margin: 0 5px 0 14%;
}
.navbar-inverse {
background-color: #181818;
}
@media (max-width: 968px) {
#sidebar, #bufferlines {
position: relative;