brightened the background of posts a bit

This commit is contained in:
m 2016-01-05 12:31:32 +01:00
parent c55a9d75b2
commit a5d171238b
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ a, .navbar-default .navbar-nav li a, .navbar-nav > li > a {
}
.post, .box {
background-color: #252525;
background-color: #444;
padding: 40px 20px;
margin-bottom: 30px;
border-radius: 5px;

View File

@ -27,7 +27,7 @@ $nav-link-hover: #DDD;
$primary-bg: #333;
$link-primary: #FFF;
$link-hover: #F33;
$link-hover: #F44;
// Using media queries with like this:
// @include media-query($palm) {