diff --git a/madblog/routes.py b/madblog/routes.py index 1d5e3fa..7940b5f 100644 --- a/madblog/routes.py +++ b/madblog/routes.py @@ -97,8 +97,8 @@ def manifest_route(): "scope": "", "orientation": "portrait", "display": "standalone", - "theme_color": "#ffffff", - "background_color": "#000000", + "theme_color": "#000000", + "background_color": "#ffffff", } )