Skip to content

Commit

Permalink
update front
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Sep 2, 2019
1 parent ec52f1e commit 69a6c84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/front/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
JSON Server
</li>
<li>
<a href="https://www.patreon.com/typicode">
<i class="fab fa-patreon"></i>Patreon
<a href="https://github.com/users/typicode/sponsorship">
<i class="fas fa-heart"></i>GitHub Sponsors
</a>
</li>
<li>
Expand Down
8 changes: 6 additions & 2 deletions src/front/style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
body {
display: flex;
min-height: 100vh;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
flex-direction: column;
padding: 0;
margin: 0;
Expand Down Expand Up @@ -50,6 +50,10 @@ nav li {
color: #4c566a;
}

.fa-heart {
color: deeppink;
}

main {
flex: 1;
}
Expand Down

0 comments on commit 69a6c84

Please sign in to comment.