Change color of footer text to dark

This commit is contained in:
Julie Lenaerts 2024-11-05 14:30:26 +01:00
parent e71c2f162c
commit 8c3de682d6

View File

@ -204,7 +204,7 @@ footer.footer {
font-family: Open Sans;
font-weight: 300;
clear: both;
color: $white;
color: $dark;
font-size: 0.9em;
line-height: 1.5em;
margin: auto;