fix(typography): excluded anchors with a button attribute from the forced colors

fixes #609
This commit is contained in:
Brandy Carney
2015-11-20 15:32:09 -05:00
parent f3a948cdb6
commit bce57186d5

View File

@@ -105,7 +105,7 @@ sub {
h1, h2, h3, h4, h5, h6,
p,
span,
a,
a:not([button]),
small,
b,
i,