From dae666a12ec555e79b839ebcb2bf27992ef15d1d Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Tue, 13 Aug 2024 10:39:01 +0200 Subject: [PATCH] Add a footer link to the git repo --- src/project/static/css/style.css | 5 +++++ src/project/templates/base.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/project/static/css/style.css b/src/project/static/css/style.css index d71a430..1d1bf4d 100644 --- a/src/project/static/css/style.css +++ b/src/project/static/css/style.css @@ -504,6 +504,11 @@ footer { opacity: 0.8; } +footer a, footer a:visited, footer a:active { + color: var(--dust); + text-decoration: underline; +} + span.time_remaining { color: var(--fade); } diff --git a/src/project/templates/base.html b/src/project/templates/base.html index 485fbdf..7194c4d 100644 --- a/src/project/templates/base.html +++ b/src/project/templates/base.html @@ -106,7 +106,7 @@