fixed nav colors and changed font to Share Tech
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
|
||||
|
||||
// Our variables
|
||||
$base-font-family: Helvetica, Arial, sans-serif;
|
||||
$base-font-family: 'Share Tech', sans-serif;
|
||||
$base-font-size: 16px;
|
||||
$small-font-size: $base-font-size * 0.875;
|
||||
$base-line-height: 1.5;
|
||||
@ -24,7 +24,7 @@ $grey-color-dark: darken($grey-color, 25%);
|
||||
$on-palm: 600px;
|
||||
$on-laptop: 800px;
|
||||
|
||||
|
||||
$nav-link-color: #F00;
|
||||
|
||||
// Using media queries with like this:
|
||||
// @include media-query($palm) {
|
||||
@ -45,5 +45,6 @@ $on-laptop: 800px;
|
||||
@import
|
||||
"base",
|
||||
"layout",
|
||||
"syntax-highlighting"
|
||||
"syntax-highlighting",
|
||||
"hackimpott"
|
||||
;
|
||||
|
Reference in New Issue
Block a user