Fix star icon color/stroke

This commit is contained in:
Annabel Dunstone Gray 2017-11-28 11:29:23 -07:00
parent 1ce27c7d78
commit 9fe7aa7055
No known key found for this signature in database
GPG key ID: 7C8C78A372AD7A2D

View file

@ -291,14 +291,7 @@
}
svg {
path {
fill: $layout-link-gray;
}
use {
stroke: $layout-link-gray;
}
fill: $layout-link-gray;
}
.fa-caret-down {