From 293ec0a33de5e97c31311d5e653c384b2f4c90ff Mon Sep 17 00:00:00 2001 From: Cody Pratorius Date: Thu, 30 Apr 2020 10:33:44 -0500 Subject: [PATCH] Update style.css --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 683d5da..c635cd1 100644 --- a/css/style.css +++ b/css/style.css @@ -8,7 +8,7 @@ font-size: 14pt; font-weight: bold; } -a:link, a:visited, a:active { +a { color: blue; text-decoration: none; }