From a0d3ee167907e55b47def7fbfa76298a326ed8b4 Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Tue, 11 Feb 2014 09:11:56 -0500 Subject: Homepage blog format updates. --- scss/style.scss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'scss') diff --git a/scss/style.scss b/scss/style.scss index a47be33..d3d2cfc 100755 --- a/scss/style.scss +++ b/scss/style.scss @@ -5,7 +5,6 @@ @import "_reset"; @import "_variables"; -@import "_mixins"; @import "_highlights"; // TODO - Tempted to move this to the end of the file, so that it shows up at the end of the .css. Or remove it entirely and find a better way to include highlighting. @@ -76,8 +75,8 @@ p { a { text-decoration: none; cursor: pointer; - color: $blue; - &:hover, &:active { + color: $blue; + &:hover, &:active { text-decoration: underline; } } @@ -128,6 +127,7 @@ nav { font-size: 1rem; } + // nav has it's own link highlighting a { margin-left: 25px; text-align: right; @@ -155,8 +155,7 @@ nav { } .post { - width: 700px; - //margin: 0 auto; + width: 680px; @include mobile { width: 100%; -- cgit v1.2.3