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,8 +2,11 @@
@extend .block
// Inline
a
border-bottom: 1px solid $border
&:visited
color: $link-visited
&:hover
border-bottom-color: $link
li + li
margin-top: 0.25em
// Block

View File

@@ -83,7 +83,9 @@
&.is-striped
tbody
tr
&:hover
background: darken($background, 5%)
&:nth-child(2n)
background: $background
&:hover
background: $border
background: darken($background, 5%)