Added CSS helper to style links in black instead of their original colour

This commit is contained in:
Felipe Martín 2013-05-29 14:32:21 +02:00
parent ade7ec2284
commit 0302aa73e1
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
.text-black
color: $textColor

View File

@ -1,3 +1,4 @@
@import "variables.sass"
@import "oocss.sass"
@import "blog.sass"
@import "fixes.sass"