diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-01-09 11:26:03 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-01-09 11:26:03 -0500 |
| commit | ee46d93821b62befe294389970ab9123e9198247 (patch) | |
| tree | d1d26ad5ef77cab3f47462ebaffb9f961add1d31 /ui | |
| parent | bc0d9748cb403523426b43847b54c3b98e17bdea (diff) | |
Match theme colour to the new top bar colour.
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/static/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/static/manifest.json b/ui/static/manifest.json index 5d735d0..6677d94 100644 --- a/ui/static/manifest.json +++ b/ui/static/manifest.json @@ -4,7 +4,7 @@ "start_url": "/", "display": "standalone", "background_color": "#fdfdfd", - "theme_color": "#2c3656", + "theme_color": "#211b2a", "orientation": "portrait-primary", "icons": [ { |
