Clean docs css

This commit is contained in:
Jeremy Thomas
2017-02-13 22:46:31 +00:00
parent d2a3f10c9d
commit fbd9483e89
9 changed files with 463 additions and 444 deletions

18
docs/sass/header.sass Normal file
View 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