Change accent color

This commit is contained in:
Cole Bemis
2017-05-12 17:41:15 -07:00
parent f18160b5da
commit fe28ddc687
3 changed files with 15 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<div class="flex flex-column items-center pv5">
<h2 class="mt0 mb4 f4 lh-copy normal tc black-90">Don't see the icon you need?</h2>
<a class="btn btn-outline black-90 br3 dim" href="https://github.com/colebemis/feather/issues/new" target="_blank">Request an icon</a>
<a class="btn btn-outline accent br3 dim" href="https://github.com/colebemis/feather/issues/new" target="_blank">Request an icon</a>
</div>