Fix styling

This commit is contained in:
Henry Hiles 2023-07-29 18:39:27 -04:00
parent de88224b30
commit 25dd2417be
2 changed files with 1 additions and 6 deletions

View file

@ -22,14 +22,9 @@ nav ul {
}
nav a {
color: rgb(128, 128, 128);
text-decoration: none;
}
nav a.selected {
color: rgb(0, 0, 0);
}
nav a:hover {
text-decoration: underline;
}

View file

@ -9,6 +9,6 @@
}
.specials h2 {
color: black;
color: var(--primary-1);
font-size: 2rem;
}