From 956de50419fa4a87d9997995892f62a210864e20 Mon Sep 17 00:00:00 2001
From: spikecodes <19519553+spikecodes@users.noreply.github.com>
Date: Mon, 1 Feb 2021 16:26:35 -0800
Subject: [PATCH] Change Libreddit PWA Theme Color
---
static/manifest.json | 4 ++--
templates/base.html | 3 +--
2 files changed, 3 insertions(+), 4 deletions(-)
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 @@
-
+
-