remove duplicate link styles

all these subclasses or whatever are the same
This commit is contained in:
Brian S. Stephan 2022-04-18 15:58:11 -05:00
parent 502adac89c
commit 6daed848d0
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 1 additions and 16 deletions

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;
}