Footer text color to white

This commit is contained in:
Tanner
2026-09-17 19:59:17 +00:00
parent 328e9ca8de
commit 07dcf2b49d
+2 -2
View File
@@ -193,7 +193,7 @@ main h1 {
} }
footer { footer {
background: var(--blue); background: var(--blue);
color: #eee; color: #fff;
padding: 50px 0 18px; padding: 50px 0 18px;
} }
.footer-inner { .footer-inner {
@@ -208,7 +208,7 @@ footer {
margin-bottom: 65px; margin-bottom: 65px;
} }
footer a { footer a {
color: #eee; color: #fff;
} }
footer p { footer p {
text-align: center; text-align: center;