mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
19 lines
296 B
Sass
19 lines
296 B
Sass
$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
|