diff --git a/static/manifest.json b/static/manifest.json index 4f02724..c017876 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -2,9 +2,9 @@ "name": "Libreddit", "short_name": "Libreddit", "display": "standalone", - "background_color": "#2A3443", + "background_color": "#1F1F1F", "description": "An alternative private front-end to Reddit", - "theme_color": "#2A3443", + "theme_color": "#1F1F1F", "icons": [ { "src": "./logo.png", diff --git a/templates/base.html b/templates/base.html index 343c759..6caad37 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,13 +7,12 @@ - + -