fix(footer): change contrast
authorrick <rick@gnous.eu>
Fri, 24 Dec 2021 12:17:11 +0000 (13:17 +0100)
committerrick <rick@gnous.eu>
Fri, 24 Dec 2021 12:17:11 +0000 (13:17 +0100)
css/style.css

index 45f75e23e16ebc833c28f5d402b620b222f76c91..69dc771f41188e81cbc9967c3fd9207e4877d6e7 100644 (file)
@@ -23,7 +23,7 @@ header a {
 }
 
 footer {
-  background-color: #3857b2;
+  background-color: #304B99;
   padding: 1em;
   text-align: center;
 }
@@ -40,10 +40,11 @@ footer {
 #footer-text p {
   justify-self: center;
   margin: 0;
+  color: white;
 }
 
-#footer-text a {
-  color: black;
+#footer-text a, #footer-text span {
+  color: white;
 }
 
 #footer-contact {