diff --git a/static/grand-chatellerault/_custom.scss b/static/grand-chatellerault/_custom.scss index 90d804d2..f64e513e 100644 --- a/static/grand-chatellerault/_custom.scss +++ b/static/grand-chatellerault/_custom.scss @@ -35,7 +35,3 @@ div.gru-nav > ul > li:first-child > a { font-size: 100%; } } - -footer .textcell a { - color: white; -} diff --git a/static/grand-chatellerault/_vars.scss b/static/grand-chatellerault/_vars.scss index 9b3e4787..de6622fb 100644 --- a/static/grand-chatellerault/_vars.scss +++ b/static/grand-chatellerault/_vars.scss @@ -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;