From a44f339e89c138df9be0d14fe224bd2b28650f43 Mon Sep 17 00:00:00 2001 From: Ross Trottier Date: Fri, 16 Aug 2024 08:27:29 -0600 Subject: [PATCH] built with Federated Computer --- footer.php | 2 +- style.css | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/footer.php b/footer.php index 3fb7cf0..1cb9021 100644 --- a/footer.php +++ b/footer.php @@ -40,7 +40,7 @@ Logotype - + diff --git a/style.css b/style.css index b1ffc0a..4f5b84b 100644 --- a/style.css +++ b/style.css @@ -493,6 +493,15 @@ SECTIONS margin-bottom: 0; } +.st-footer-copyright a { + text-decoration: none; + color: white; +} + +.st-footer-copyright a:hover { + color: #FFDB12; +} + .st-footer-site-title { grid-area: logo; align-self: end;