Added theme color
This commit is contained in:
parent
c8c62888ad
commit
efc378d4e6
@ -33,6 +33,7 @@
|
|||||||
"images/characters/arn-waifu.png"
|
"images/characters/arn-waifu.png"
|
||||||
],
|
],
|
||||||
"manifest": {
|
"manifest": {
|
||||||
|
"theme_color": "rgb(248, 165, 130)",
|
||||||
"gcm_sender_id": "941298467524"
|
"gcm_sender_id": "941298467524"
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
|
@ -11,7 +11,6 @@ component Layout(content string)
|
|||||||
main#content.fade!= content
|
main#content.fade!= content
|
||||||
|
|
||||||
LoadingAnimation
|
LoadingAnimation
|
||||||
|
|
||||||
script(src="/scripts.js")
|
script(src="/scripts.js")
|
||||||
|
|
||||||
component LoadingAnimation
|
component LoadingAnimation
|
||||||
|
Loading…
Reference in New Issue
Block a user