From bd1bc24e2647f1fbf4e3f402db1a9b9855477681 Mon Sep 17 00:00:00 2001 From: MarshDeer Date: Fri, 30 Aug 2024 15:28:49 -0400 Subject: [PATCH 1/2] added dark theme to redirection pages Fixes issue mentioned in #225 --- templates/tweetCommon.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/templates/tweetCommon.html b/templates/tweetCommon.html index 137ea98..454c755 100644 --- a/templates/tweetCommon.html +++ b/templates/tweetCommon.html @@ -4,4 +4,17 @@ - \ No newline at end of file + + From 851abb56c4f362c746b0879256739aef4c8084ec Mon Sep 17 00:00:00 2001 From: MarshDeer Date: Fri, 30 Aug 2024 15:45:50 -0400 Subject: [PATCH 2/2] Prepared preferences page for future expansion --- static/preferences.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/static/preferences.html b/static/preferences.html index 2331989..b680a08 100644 --- a/static/preferences.html +++ b/static/preferences.html @@ -7,14 +7,16 @@