Fix nav, Remove navbar and header references, Add visited links

This commit is contained in:
Jeremy Thomas
2016-05-08 11:01:55 +01:00
parent 75183ea5c1
commit 4d11966589
7 changed files with 51 additions and 42 deletions

View File

@@ -2,10 +2,12 @@
background: $background
padding: 40px 20px 80px
a
color: $text
&:hover
color: $text-strong
&:not(.icon)
border-bottom: 1px solid $border
&,
&:visited
color: $text
&:hover
border-bottom-color: $link
color: $text-strong
&:not(.icon)
border-bottom: 1px solid $border
&:hover
border-bottom-color: $link

View File

@@ -1,3 +1,5 @@
$header-height: 50px !default
.header
+clearfix
background: $white