From 03c52ae4908f30bbc73b08d2e584a9840c966e90 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Mon, 20 Jun 2022 14:59:26 +1000 Subject: [PATCH] changed links to be black in the footer --- main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/main.css b/main.css index d968b36..0d4a3ca 100644 --- a/main.css +++ b/main.css @@ -106,6 +106,7 @@ footer { padding-left: 5px; padding-right: 5px; padding-bottom: 5px; + color: black; padding-top: 5px; background-color: rgb(179, 179, 179); min-height: fit-content;