From ff5e0abfbb95594fb9c4f964605db30043661a01 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Mon, 30 Jan 2023 11:15:10 -0500 Subject: [PATCH] Fixed invisible link in footer --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index ef817d2..f94b35d 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -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; }