diff --git a/test/httpd/assets/css/footer.scss b/test/httpd/assets/css/footer.scss
index b0cd8ba..f483b64 100644
--- a/test/httpd/assets/css/footer.scss
+++ b/test/httpd/assets/css/footer.scss
@@ -1,4 +1,4 @@
-.footer {
+footer {
background: $dark;
padding: 1em;
a, a:hover {
diff --git a/test/httpd/static/_assets/app.css b/test/httpd/static/_assets/app.css
index 500b4bd..0d93b8f 100644
--- a/test/httpd/static/_assets/app.css
+++ b/test/httpd/static/_assets/app.css
@@ -32092,11 +32092,11 @@ code.hljs {
margin: 0.75em 0;
}
-.footer {
+footer {
background: #242124;
padding: 1em;
}
-.footer a, .footer a:hover {
+footer a, footer a:hover {
color: #f8681c;
}