try and make everything look nice

This commit is contained in:
ben clark 2021-04-05 15:22:20 +00:00
parent ccd100e0a5
commit 889c936eda
1 changed files with 3 additions and 2 deletions

View File

@ -46,11 +46,12 @@ main {
padding: 24px 10%;
}
a { /* todo: i'm sure you could do something with variables here */
a {
color: #316A3A;
}
a:hover {
background-color: #B7EBCA;
background-color: #B7EBCA;
}