bulma/docs/sass/header.sass

19 lines
296 B
Sass
Raw Normal View History

2017-02-13 22:46:31 +00:00
$github: #333333
$twitter: #55acee
#github
color: $github
border-color: $github
&:hover
background: $github
border-color: $github
color: $white
#twitter
color: $twitter
border-color: $twitter
&:hover
background: $twitter
border-color: $twitter
color: $white