Update accent color

This commit is contained in:
Cole Bemis 2017-05-31 09:52:06 -07:00
parent 14731962d2
commit 7d1273eef0
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<div class="flex flex-column items-center w-80 mw8 pt5 pt6-ns center">
<h2 class="mt0 mb4 f2 fw3 tc lh-title black-90">Simply beautiful open source icons</h2>
<a
class="button white bg-accent bg-animate hover-bg-accent-darker br2"
class="button white bg-accent dim br2"
href="feather-{{ site.data.package.version }}.zip"
download
onclick="ga('send', 'event', 'download', 'click', 'all');">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -8,12 +8,12 @@
}
.bg-accent {
background-color: #4353FF;
background-color: #0055ff;
}
.hover-bg-accent-darker:hover {
/*.hover-bg-accent-darker:hover {
background-color: #3E4DED;
}
}*/
.button {
display: inline-block;