diff --git a/frontend/src/lib/assets/favicon.svg b/frontend/src/lib/assets/favicon.svg deleted file mode 100644 index cc5dc66..0000000 --- a/frontend/src/lib/assets/favicon.svg +++ /dev/null @@ -1 +0,0 @@ -svelte-logo \ No newline at end of file diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index d03716a..732e3bf 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -1,5 +1,4 @@ - - - + {@render children()} diff --git a/frontend/static/icon.svg b/frontend/static/icon.svg index 8955de7..265b344 100644 --- a/frontend/static/icon.svg +++ b/frontend/static/icon.svg @@ -1,12 +1,19 @@ - - - - - - - - - - + + + + + + + + + diff --git a/frontend/static/manifest.webmanifest b/frontend/static/manifest.webmanifest index 2ae8db7..0cc3447 100644 --- a/frontend/static/manifest.webmanifest +++ b/frontend/static/manifest.webmanifest @@ -8,7 +8,7 @@ "display": "standalone", "orientation": "portrait", "background_color": "#ffffff", - "theme_color": "#2563eb", + "theme_color": "#8a6a2b", "icons": [ { "src": "/icon.svg",