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
+1 -1
View File
@@ -60,7 +60,7 @@
font-size: 120%;
a:link {
color: #000000;
color: #000;
text-decoration: none;
}