mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07: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
|