diff --git a/config.json b/config.json index 2e895efb..e0a41926 100644 --- a/config.json +++ b/config.json @@ -33,6 +33,7 @@ "images/characters/arn-waifu.png" ], "manifest": { + "theme_color": "rgb(248, 165, 130)", "gcm_sender_id": "941298467524" }, "ports": { diff --git a/layout/layout.pixy b/layout/layout.pixy index 80af6e92..37855fdb 100644 --- a/layout/layout.pixy +++ b/layout/layout.pixy @@ -11,7 +11,6 @@ component Layout(content string) main#content.fade!= content LoadingAnimation - script(src="/scripts.js") component LoadingAnimation