diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-01-28 20:07:24 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-01-28 20:07:24 -0500 |
| commit | 8d15a359d480d08c73a97e7ce4a888c66eae46d0 (patch) | |
| tree | 9a922993da2d7fad4a216909a46e137a75eab06a /ui/static | |
| parent | 1c16937588f076115c569b8e74ea7210d7a20ba8 (diff) | |
Better match theme colour (for browser chrome) to top bar colour (in-app chrome).
Diffstat (limited to 'ui/static')
| -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 6677d94..2bad0ed 100644 --- a/ui/static/manifest.json +++ b/ui/static/manifest.json @@ -4,7 +4,7 @@ "start_url": "/", "display": "standalone", "background_color": "#fdfdfd", - "theme_color": "#211b2a", + "theme_color": "#231d2e", "orientation": "portrait-primary", "icons": [ { |
