From 78557474cb29e68c8e8d7874777c9ef9c5729f31 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 17 Oct 2022 14:39:24 +0100 Subject: [PATCH] Cat fixes --- styles/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/style.css b/styles/style.css index cf82c32..3f04776 100644 --- a/styles/style.css +++ b/styles/style.css @@ -188,3 +188,8 @@ footer { bottom: 0; left: 0; } + +footer a { + text-decoration: underline; + color: white; +} \ No newline at end of file