mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 21:14:30 -07:00
Fix nav, Remove navbar and header references, Add visited links
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
$header-height: 50px !default
|
||||
|
||||
.header
|
||||
+clearfix
|
||||
background: $white
|
||||
|
||||
Reference in New Issue
Block a user