mirror of
https://github.com/joyce-chen/persona5-negotiation.git
synced 2025-11-19 09:03:48 -05:00
Style changes to add more red and fix favicon showing up
This commit is contained in:
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
@@ -19,6 +19,7 @@
|
||||
<div class="wrapper">
|
||||
<header>
|
||||
<h1>{{ site.title | default: site.github.repository_name }}</h1>
|
||||
<p>{{ site.description | default: site.github.project_tagline }}</p>
|
||||
<p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ github_name }}</small></a></p>
|
||||
<p>A tool to help with negotiations in Persona 5. (Incomplete. Work-in-progress.)</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>
|
||||
@@ -30,6 +30,14 @@ nav {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #dc3545;
|
||||
}
|
||||
a:hover {
|
||||
color: #dc3545;
|
||||
}
|
||||
|
||||
|
||||
table {
|
||||
width: auto;
|
||||
border: 1px solid #e5e5e5;
|
||||
|
||||
Reference in New Issue
Block a user