From bd1292595753817d060325492c594b980e7aa84a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 14 Dec 2023 14:09:51 +0000 Subject: [PATCH] Remove any soft pink backgrounds Signed-off-by: Michael Tremer --- src/templates/blog/year.html | 2 +- src/templates/fireinfo/index.html | 2 +- src/templates/nopaste/create.html | 2 +- src/templates/static/legal.html | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/templates/blog/year.html b/src/templates/blog/year.html index b9339153..8718cd7f 100644 --- a/src/templates/blog/year.html +++ b/src/templates/blog/year.html @@ -3,7 +3,7 @@ {% block title %}{{ _("Posts in %s") % year }}{% end block %} {% block container %} -
+
-
+

{{ _("Locations") }}

diff --git a/src/templates/nopaste/create.html b/src/templates/nopaste/create.html index 6a6106cc..5f81a4b3 100644 --- a/src/templates/nopaste/create.html +++ b/src/templates/nopaste/create.html @@ -9,7 +9,7 @@ {% end block %} {% block container %} -
+
-{% end block %} \ No newline at end of file +{% end block %} -- 2.47.3