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 @@