Footer text color to white
This commit is contained in:
+2
-2
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user