From fb8f4e2d217cd55df2a2485d1af8dc3278813424 Mon Sep 17 00:00:00 2001 From: nyx Date: Fri, 31 Jan 2025 00:05:24 -0600 Subject: [PATCH] Various CSS tweaks for the everypizza.im branding. --- src/imag/static/index.css | 7 ++++++- src/imag/templates/index.j2 | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/imag/static/index.css b/src/imag/static/index.css index a881006..4bdcef4 100644 --- a/src/imag/static/index.css +++ b/src/imag/static/index.css @@ -9,7 +9,7 @@ * { color: whitesmoke; - background-color: #000; + background-color: #353935; } body { @@ -18,6 +18,11 @@ body { padding: 2em; } +html { + height: 100%; + background: linear-gradient(234deg, #28282B, #353935); +} + h1 { text-align: center; } diff --git a/src/imag/templates/index.j2 b/src/imag/templates/index.j2 index 1f5260b..9fcd669 100644 --- a/src/imag/templates/index.j2 +++ b/src/imag/templates/index.j2 @@ -89,6 +89,9 @@

The Imag image board ({{ imagv }}).

+
+

Nyx's fork, as the old one has disappeared.

+
{% with messages = get_flashed_messages(with_categories=True) %} {% if messages %}