Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
feather
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
feather
Commits
fe28ddc6
Commit
fe28ddc6
authored
May 12, 2017
by
Cole Bemis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change accent color
parent
f18160b5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
3 deletions
+15
-3
header.html
_includes/header.html
+2
-2
request.html
_includes/request.html
+1
-1
style.css
style.css
+12
-0
No files found.
_includes/header.html
View file @
fe28ddc6
...
@@ -4,14 +4,14 @@
...
@@ -4,14 +4,14 @@
<div
class=
"flex flex-column flex-row-ns items-stretch justify-center w-100"
>
<div
class=
"flex flex-column flex-row-ns items-stretch justify-center w-100"
>
<a
<a
class=
"btn mb3 mb0-ns mr3-ns white bg-
black-90
br3 dim"
class=
"btn mb3 mb0-ns mr3-ns white bg-
accent
br3 dim"
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');"
>
Download
Download
</a>
</a>
<a
<a
class=
"btn btn-outline
black-90
br3 dim"
class=
"btn btn-outline
accent
br3 dim"
href=
"https://twitter.com/intent/tweet?text=Feather%20-%20Simply%20beautiful%20open%20source%20icons%20by%20%40colebemis%20colebemis.github.io/feather"
href=
"https://twitter.com/intent/tweet?text=Feather%20-%20Simply%20beautiful%20open%20source%20icons%20by%20%40colebemis%20colebemis.github.io/feather"
target=
"_blank"
target=
"_blank"
onclick=
"ga('send', 'event', 'share', 'click', 'twitter');"
>
onclick=
"ga('send', 'event', 'share', 'click', 'twitter');"
>
...
...
_includes/request.html
View file @
fe28ddc6
<div
class=
"flex flex-column items-center pv5"
>
<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>
<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>
</div>
\ No newline at end of file
style.css
View file @
fe28ddc6
:root
{
--accent
:
#4353FF
;
}
.accent
{
color
:
var
(
--accent
);
}
.bg-accent
{
background-color
:
var
(
--accent
);
}
.rubik
{
.rubik
{
font-family
:
"Rubik"
,
sans-serif
;
font-family
:
"Rubik"
,
sans-serif
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment