From 69a6c8468eec602d9a54d89fe2d3412c040242a6 Mon Sep 17 00:00:00 2001 From: typicode Date: Mon, 2 Sep 2019 18:00:57 +0200 Subject: [PATCH] update front --- src/front/index.html | 4 ++-- src/front/style.css | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/front/index.html b/src/front/index.html index fc03aa62f..86fe3fbbd 100644 --- a/src/front/index.html +++ b/src/front/index.html @@ -18,8 +18,8 @@ JSON Server
  • - - Patreon + + GitHub Sponsors
  • diff --git a/src/front/style.css b/src/front/style.css index a5f64d9ea..c414cb6b6 100644 --- a/src/front/style.css +++ b/src/front/style.css @@ -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; @@ -50,6 +50,10 @@ nav li { color: #4c566a; } +.fa-heart { + color: deeppink; +} + main { flex: 1; }