Correction CSS (liens footer)
This commit is contained in:
parent
cb606f1d27
commit
1b28ecb95e
2 changed files with 2 additions and 2 deletions
|
@ -333,7 +333,7 @@ body{
|
||||||
background: $fond-footer;
|
background: $fond-footer;
|
||||||
padding: 3rem 0;
|
padding: 3rem 0;
|
||||||
a{
|
a{
|
||||||
color: $dark;
|
color: $light;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -12247,7 +12247,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer-infos a {
|
#footer-infos a {
|
||||||
color: #595959;
|
color: #f8f9fa;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
|
|
Loading…
Add table
Reference in a new issue