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;