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; }