diff --git a/static/imio-basic/config.json b/static/imio-basic/config.json index c5f65794..b0544acd 100644 --- a/static/imio-basic/config.json +++ b/static/imio-basic/config.json @@ -92,6 +92,7 @@ "variables" : { "cell_picture_size" : "520x220", "pwa_display": "standalone", - "theme_color" : "#8e6c4f" + "theme_color" : "#651138", + "include_top_links": false } } diff --git a/static/staging1/config.json b/static/staging1/config.json index 63c844ac..ba6adb7c 100644 --- a/static/staging1/config.json +++ b/static/staging1/config.json @@ -92,6 +92,7 @@ "variables" : { "cell_picture_size" : "520x220", "pwa_display": "standalone", - "theme_color" : "#8e6c4f" + "theme_color" : "#651138", + "include_top_links": false } }