Fix invalid link color value again

This commit is contained in:
Bill Thornton 2022-09-16 10:18:17 -04:00 committed by GitHub
parent fd5033a8b6
commit 02a0aa911c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@
font-size: 120%;
a:link {
color: #000000;
color: #000;
text-decoration: none;
}