Style changes to add more red and fix favicon showing up

This commit is contained in:
Joyce Chen
2020-03-17 17:15:50 -04:00
parent 932f23f59d
commit 4223140c48
3 changed files with 11 additions and 2 deletions

View File

@@ -30,6 +30,14 @@ nav {
margin-top: 1rem;
}
a {
color: #dc3545;
}
a:hover {
color: #dc3545;
}
table {
width: auto;
border: 1px solid #e5e5e5;