From 4223140c48432b9e6973b08815167288ff5c4c88 Mon Sep 17 00:00:00 2001 From: Joyce Chen Date: Tue, 17 Mar 2020 17:15:50 -0400 Subject: [PATCH] Style changes to add more red and fix favicon showing up --- favicon.ico => _includes/favicon.ico | Bin _includes/header.html | 5 +++-- assets/css/style.scss | 8 ++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) rename favicon.ico => _includes/favicon.ico (100%) diff --git a/favicon.ico b/_includes/favicon.ico similarity index 100% rename from favicon.ico rename to _includes/favicon.ico diff --git a/_includes/header.html b/_includes/header.html index 1ad57cb..ec61957 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -19,6 +19,7 @@

{{ site.title | default: site.github.repository_name }}

-

{{ site.description | default: site.github.project_tagline }}

-

View the Project on GitHub {{ github_name }}

+

A tool to help with negotiations in Persona 5. (Incomplete. Work-in-progress.)

+

Credit goes to GooberSD/Chompobar for giving me permission to use their guide to update this guide.

+

View this joyce-chen Project on GitHub {{ github_name }}

\ No newline at end of file diff --git a/assets/css/style.scss b/assets/css/style.scss index 2609418..ae5d4f2 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -30,6 +30,14 @@ nav { margin-top: 1rem; } +a { + color: #dc3545; +} +a:hover { + color: #dc3545; +} + + table { width: auto; border: 1px solid #e5e5e5;