switched color of nav links and h1 to white

This commit is contained in:
m
2016-01-04 15:26:08 +01:00
parent 964de1e736
commit 6cf6d064e3
3 changed files with 6 additions and 8 deletions

View File

@@ -3,8 +3,6 @@
---
@charset "utf-8";
// Our variables
$base-font-family: 'Share Tech', sans-serif;
$base-font-size: 16px;
@@ -24,7 +22,11 @@ $grey-color-dark: darken($grey-color, 25%);
$on-palm: 600px;
$on-laptop: 800px;
$nav-link-color: #F00;
$nav-link-color: #FFF;
$primary-bg: #333;
$link-primary: #FFF;
$link-hover: #600;
// Using media queries with like this:
// @include media-query($palm) {