Style changes to add more red and fix favicon showing up

This commit is contained in:
Joyce Chen
2020-03-17 17:15:50 -04:00
parent 932f23f59d
commit 4223140c48
3 changed files with 11 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -19,6 +19,7 @@
<div class="wrapper"> <div class="wrapper">
<header> <header>
<h1>{{ site.title | default: site.github.repository_name }}</h1> <h1>{{ site.title | default: site.github.repository_name }}</h1>
<p>{{ site.description | default: site.github.project_tagline }}</p> <p>A tool to help with negotiations in Persona 5. (Incomplete. Work-in-progress.)</p>
<p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ github_name }}</small></a></p> <p>Credit goes to GooberSD/Chompobar for giving me permission to use <a href="https://docs.google.com/document/d/1Fq00lkODNAam7RZoczHU2kFyU3CZvyW59F0PwLnJoz8/">their guide</a> to update this guide.</p>
<p class="view"><a href="{{ site.github.repository_url }}">View this joyce-chen Project on GitHub <small>{{ github_name }}</small></a></p>
</header> </header>

View File

@@ -30,6 +30,14 @@ nav {
margin-top: 1rem; margin-top: 1rem;
} }
a {
color: #dc3545;
}
a:hover {
color: #dc3545;
}
table { table {
width: auto; width: auto;
border: 1px solid #e5e5e5; border: 1px solid #e5e5e5;