Colour change on mouseover for links.

This commit is contained in:
m
2016-01-06 10:20:23 +01:00
parent 98270d74e8
commit 3d4f10c235
4 changed files with 28 additions and 28 deletions

View File

@ -26,7 +26,7 @@ $nav-link-color: #FFF;
$nav-link-hover: #DDD;
$primary-bg: #333;
$link-primary: #FFF;
$link-primary: #FF5E5E;
$link-hover: #F44;
// Using media queries with like this:
@ -48,6 +48,5 @@ $link-hover: #F44;
@import
"base",
"layout",
"syntax-highlighting",
"hackimpott"
"syntax-highlighting"
;