mirror of
https://github.com/joyce-chen/persona5-negotiation.git
synced 2025-11-19 00:53:47 -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">
|
<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>
|
||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user