diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 3ec83f3..4af36c5 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,4 +1,4 @@
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 9a71d0d..304a0ba 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,4 +1,3 @@
-
-
+
diff --git a/static/css/custom.css b/static/css/custom.css
index 978c5f9..95e9a09 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -101,3 +101,7 @@ figcaption {
text-align: center;
color: #999;
}
+footer > a {
+ color: white;
+ padding: 0.5rem;
+}
-
+