vendargues: adapter footer with yellow splash and white links (#29761)

This commit is contained in:
Frédéric Péters 2019-03-05 12:43:22 +01:00
parent adedba0450
commit a49cd39c14
3 changed files with 14 additions and 0 deletions

View File

@ -18,3 +18,16 @@ div#header {
nav {
text-transform: uppercase;
}
#footer-wrapper {
background: $footer-background url(img/tache_jaune.png) 5% 30% no-repeat;
@media screen and (max-width: $nav-mobile-limit) {
background: $footer-background;
}
a {
color: white;
&:hover {
text-decoration: underline;
}
}
}

View File

@ -13,3 +13,4 @@ $nav-color: white;
$nav-active-color: $yellow;
$footer-background: #373536;
$footer-color: #ccc;

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB