mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Update accent color
This commit is contained in:
parent
14731962d2
commit
7d1273eef0
@ -1,7 +1,7 @@
|
|||||||
<div class="flex flex-column items-center w-80 mw8 pt5 pt6-ns center">
|
<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>
|
<h2 class="mt0 mb4 f2 fw3 tc lh-title black-90">Simply beautiful open source icons</h2>
|
||||||
<a
|
<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"
|
href="feather-{{ site.data.package.version }}.zip"
|
||||||
download
|
download
|
||||||
onclick="ga('send', 'event', 'download', 'click', 'all');">
|
onclick="ga('send', 'event', 'download', 'click', 'all');">
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
@ -8,12 +8,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bg-accent {
|
.bg-accent {
|
||||||
background-color: #4353FF;
|
background-color: #0055ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hover-bg-accent-darker:hover {
|
/*.hover-bg-accent-darker:hover {
|
||||||
background-color: #3E4DED;
|
background-color: #3E4DED;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
Loading…
Reference in New Issue
Block a user