mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 04:14:29 -07:00
Clean docs css
This commit is contained in:
18
docs/sass/header.sass
Normal file
18
docs/sass/header.sass
Normal file
@@ -0,0 +1,18 @@
|
||||
$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
|
||||
Reference in New Issue
Block a user