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

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

View File

@ -1,19 +0,0 @@
footer.footer {
padding: 0;
background-color: white;
border-top: 1px solid grey;
div.sponsors {
p {
padding-bottom: 10px;
color: #000;
font-size: 16px;
}
background-color: white;
padding: 2em 0;
img {
display: block;
margin: auto;
}
}
}

View File

@ -1 +0,0 @@
require('./csconnectes.scss');

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;