Fix text color and background color of footer, was being overwritten

This commit is contained in:
2024-11-05 14:39:09 +01:00
parent 8c3de682d6
commit 973ffcbffa
3 changed files with 1 additions and 21 deletions

View File

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