diff --git a/public/themes/cerulean/footer.less b/public/themes/cerulean/footer.less
index 3695671f81..939aa8a2ac 100644
--- a/public/themes/cerulean/footer.less
+++ b/public/themes/cerulean/footer.less
@@ -1 +1,9 @@
-@import "../vanilla/footer";
\ No newline at end of file
+@import "../vanilla/footer";
+
+.footer {
+	color: #555;
+
+	a {
+		color: #222;
+	}
+}
\ No newline at end of file
diff --git a/public/themes/vanilla/footer.less b/public/themes/vanilla/footer.less
index 9095948396..1ff0bf8c92 100644
--- a/public/themes/vanilla/footer.less
+++ b/public/themes/vanilla/footer.less
@@ -1,4 +1,6 @@
 .footer {
+	text-align: center;
+
 	&.footer-stats {
 		display: none;
 
diff --git a/public/themes/vanilla/style.less b/public/themes/vanilla/style.less
index e09429996b..b0bfa6ea9e 100644
--- a/public/themes/vanilla/style.less
+++ b/public/themes/vanilla/style.less
@@ -51,17 +51,6 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
 	}
 }
 
-
-
-footer.footer {
-	color: #555;
-	text-align: center;
-
-	a {
-		color: #222;
-	}
-}
-
 .alt-logins {
 	margin: 0 0 0 1em;
 	padding: 0;