Skip to content

Commit fe28ddc

Browse files
committed
Change accent color
1 parent f18160b commit fe28ddc

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

_includes/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ <h1 class="mt0 mb2 f2 fw3 tc lh-title black-90">Feather</h1>
44

55
<div class="flex flex-column flex-row-ns items-stretch justify-center w-100">
66
<a
7-
class="btn mb3 mb0-ns mr3-ns white bg-black-90 br3 dim"
7+
class="btn mb3 mb0-ns mr3-ns white bg-accent br3 dim"
88
href="feather-{{ site.data.package.version }}.zip"
99
download
1010
onclick="ga('send', 'event', 'download', 'click', 'all');">
1111
Download
1212
</a>
1313
<a
14-
class="btn btn-outline black-90 br3 dim"
14+
class="btn btn-outline accent br3 dim"
1515
href="https://twitter.com/intent/tweet?text=Feather%20-%20Simply%20beautiful%20open%20source%20icons%20by%20%40colebemis%20colebemis.github.io/feather"
1616
target="_blank"
1717
onclick="ga('send', 'event', 'share', 'click', 'twitter');">

_includes/request.html

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

style.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
:root {
2+
--accent: #4353FF;
3+
}
4+
5+
.accent {
6+
color: var(--accent);
7+
}
8+
9+
.bg-accent {
10+
background-color: var(--accent);
11+
}
12+
113
.rubik {
214
font-family: "Rubik", sans-serif;
315
}

0 commit comments

Comments
 (0)