tweaked the colour scheme
This commit is contained in:
parent
c78214a2fe
commit
c55a9d75b2
@ -1,6 +1,7 @@
|
|||||||
body {
|
body {
|
||||||
background:#222 url('/img/logowall_opt.svg') center top;
|
background:#222 url('/img/logowall_opt.svg') center top;
|
||||||
background-size: 300px;
|
background-size: 300px;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@ -62,7 +63,7 @@ a, .navbar-default .navbar-nav li a, .navbar-nav > li > a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post, .box {
|
.post, .box {
|
||||||
background-color: #aaa;
|
background-color: #252525;
|
||||||
padding: 40px 20px;
|
padding: 40px 20px;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
@ -77,7 +78,7 @@ a, .navbar-default .navbar-nav li a, .navbar-nav > li > a {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
a {
|
a {
|
||||||
color: black;
|
color: white;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -27,7 +27,7 @@ $nav-link-hover: #DDD;
|
|||||||
|
|
||||||
$primary-bg: #333;
|
$primary-bg: #333;
|
||||||
$link-primary: #FFF;
|
$link-primary: #FFF;
|
||||||
$link-hover: #600;
|
$link-hover: #F33;
|
||||||
|
|
||||||
// Using media queries with like this:
|
// Using media queries with like this:
|
||||||
// @include media-query($palm) {
|
// @include media-query($palm) {
|
||||||
|
Loading…
Reference in New Issue
Block a user