diff --git a/static/grand-chatellerault/_custom.scss b/static/grand-chatellerault/_custom.scss index f64e513e..38d2db70 100644 --- a/static/grand-chatellerault/_custom.scss +++ b/static/grand-chatellerault/_custom.scss @@ -14,6 +14,10 @@ font-weight: normal; } +#header #top #logo.has-logo a { + background-image: url('/assets/header:logo'); +} + div.gru-nav > ul > li > a { border-radius: $border-radius; text-transform: uppercase; diff --git a/static/grand-chatellerault/config.json b/static/grand-chatellerault/config.json index 7aed9c5d..ee27882b 100644 --- a/static/grand-chatellerault/config.json +++ b/static/grand-chatellerault/config.json @@ -3,5 +3,12 @@ "variables": { "pwa_display": "standalone", "theme_color": "#126c86" + }, + "settings": { + "combo": { + "COMBO_ASSET_SLOTS.update": { + "header:logo": { "label": "Têtière : logo" } + } + } } }