remove duplicate link styles

all these subclasses or whatever are the same
This commit is contained in:
2022-04-18 15:58:11 -05:00
parent 502adac89c
commit 6daed848d0

View File

@@ -26,22 +26,7 @@ body {
margin-right: auto;
}
a:link {
font-weight: bold;
text-decoration: none;
}
a:visited {
font-weight: bold;
text-decoration: none;
}
a:hover {
font-weight: bold;
text-decoration: none;
}
a:active {
a {
font-weight: bold;
text-decoration: none;
}