Skip to content
This repository was archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
changed footer font back to aldrich
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyhuang07 committed Oct 12, 2022
1 parent c13e94f commit 0c72e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ main{
color: #ffffff;
text-align: center;
} main h1{
font-family: 'Aldrich', monospace;
font-family:'Aldrich', Helvetica, sans-serif;
font-size:3em;
color: #ffffff;
padding: 1rem;
Expand Down Expand Up @@ -122,7 +122,7 @@ article{
footer{
margin: auto;
text-align: center;
font-family: 'JetBrains Mono', monospace;
font-family:'Aldrich', Helvetica, sans-serif;
padding: 1.5em;
} footer a{
color: #ffffff;
Expand Down

0 comments on commit 0c72e00

Please sign in to comment.