Remove some unused CSS

This commit is contained in:
Adam Goldsmith 2023-03-24 13:01:08 -04:00
parent 6b2d5df075
commit 334d663495
1 changed files with 0 additions and 2 deletions

View File

@ -102,7 +102,6 @@ a {
a:hover {
color: #fff;
color: white;
}
a:visited {
@ -110,7 +109,6 @@ a:visited {
}
a:visited:hover {
background-color: #f60;
color: white;
}