Purge old references, add favicon

This commit is contained in:
Jimbo 2024-08-20 13:51:56 -04:00
parent a699489fa2
commit 622eb0ba3a
4 changed files with 5 additions and 8 deletions

View file

@ -4,6 +4,7 @@
* {
font-family: 'Ubuntu', sans-serif;
text-decoration: none; /* Removes the underline from links */
}
body {
@ -40,10 +41,6 @@ header img {
border-radius: 0.625em;
}
a.button-container {
text-decoration: none; /* Removes the underline from links */
}
.button-container {
display: flex;
flex-wrap: wrap; /* Allow wrapping of buttons to the next line */