switched color of nav links and h1 to white
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user