diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-11-11 23:11:01 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-11-11 23:11:01 -0500 |
| commit | 2fb328089f01776e5bb553a1d50a061396588c8c (patch) | |
| tree | 37fcabca80cc9e8143ca602f2cc091f2c44a7a29 /ui/static/manifest.json | |
| parent | c82e40caa38edf02ebda49be6ce42afb0e0907c4 (diff) | |
Match chrome colour to top bar colour
Diffstat (limited to 'ui/static/manifest.json')
| -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 938955e..5d735d0 100644 --- a/ui/static/manifest.json +++ b/ui/static/manifest.json @@ -4,7 +4,7 @@ "start_url": "/", "display": "standalone", "background_color": "#fdfdfd", - "theme_color": "#db4938", + "theme_color": "#2c3656", "orientation": "portrait-primary", "icons": [ { |
