grand-chatellerault: use a light gray footer background

This commit is contained in:
Frédéric Péters 2020-06-17 18:51:15 +02:00
parent 1d3eee8a54
commit acb281c559
2 changed files with 3 additions and 4 deletions

View File

@ -35,7 +35,3 @@ div.gru-nav > ul > li:first-child > a {
font-size: 100%;
}
}
footer .textcell a {
color: white;
}

View File

@ -23,6 +23,9 @@ $title-color: white;
$nav-mobile-mode: bottom-bar;
$nav-mobile-bottom-bar-background: #eee;
$footer-background: #eee;
$footer-color: $font-color;
$cell-border: none;
$cell-image-position: top;
$cell-image-padding: none;