Fixed invisible link in footer

This commit is contained in:
Brandon Rozek 2023-01-30 11:15:10 -05:00
parent 75124ce773
commit ff5e0abfbb
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480

View file

@ -388,7 +388,7 @@ footer {
font-size: 1rem;
box-sizing:border-box;
}
footer a:link {
footer a:link, footer a:visited, footer a:hover, footer a:active {
color: white;
}