From ac58ff47ee35bb358fea818997828eed9b3874ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sun, 11 Dec 2022 19:51:08 +0100 Subject: [PATCH] Make the background darker than the foreground --- discord_rss_bot/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord_rss_bot/templates/index.html b/discord_rss_bot/templates/index.html index 10ee154..f2fb89f 100644 --- a/discord_rss_bot/templates/index.html +++ b/discord_rss_bot/templates/index.html @@ -27,7 +27,7 @@

{% for hook_from_context in webhooks %} -
+
    {{ hook_from_context.name }} {% for feed_webhook in feeds %} {% set feed = feed_webhook["feed"] %}