diff --git a/static/villeurbanne-2018/_vars.scss b/static/villeurbanne-2018/_vars.scss index bc356eec..4c1cae39 100644 --- a/static/villeurbanne-2018/_vars.scss +++ b/static/villeurbanne-2018/_vars.scss @@ -1,4 +1,4 @@ -$primary-color: #0094aa; +$primary-color: #008299; $font-family: Roboto, sans-serif; $font-color: #222; @@ -13,7 +13,8 @@ $nav-color: white; $nav-active-color: lighten($primary-color, 10%); $nav-button-background: transparent; -$footer-background: #636361; +$footer-background: #eeeeee; +$footer-color: black; $link-color: $primary-color; $sidebar-width: 450px; @@ -40,4 +41,4 @@ $wcs-steps-spacing: 0.7rem; $wcs-steps-background: #eeeeee; $wcs-step-border-bottom: 1px solid #ccc; $wcs-step-current-border-bottom: 1px solid #ccc; -$wcs-step-color: #aaa; \ No newline at end of file +$wcs-step-color: #aaa; diff --git a/static/villeurbanne-2018/config.json b/static/villeurbanne-2018/config.json index 24a1b226..bdd99c64 100644 --- a/static/villeurbanne-2018/config.json +++ b/static/villeurbanne-2018/config.json @@ -2,6 +2,6 @@ "label": "Villeurbanne 2018", "variables": { "email_header_img": "images/logo.png", - "theme_color": "#0094aa" + "theme_color": "#008299" } }