tweaked the colour scheme

This commit is contained in:
m 2016-01-05 11:48:07 +01:00
parent c78214a2fe
commit c55a9d75b2
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
body {
background:#222 url('/img/logowall_opt.svg') center top;
background-size: 300px;
color: white;
}
a {
@ -62,7 +63,7 @@ a, .navbar-default .navbar-nav li a, .navbar-nav > li > a {
}
.post, .box {
background-color: #aaa;
background-color: #252525;
padding: 40px 20px;
margin-bottom: 30px;
border-radius: 5px;
@ -77,7 +78,7 @@ a, .navbar-default .navbar-nav li a, .navbar-nav > li > a {
h2 {
a {
color: black;
color: white;
&:hover {
text-decoration: none;

View File

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