From 2eaa560bdb279690a2705f042cb053c00874f127 Mon Sep 17 00:00:00 2001 From: ack_ik Date: Mon, 26 Jan 2026 15:36:46 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=84=D0=BE=D0=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/base.html b/templates/base.html index c53adc6..74c2adf 100644 --- a/templates/base.html +++ b/templates/base.html @@ -14,6 +14,10 @@ height: 200px; object-fit: cover; } + /* Page background: RAL 1013 (Oyster white) — approximate hex */ + body { + background-color: #EDE6D1; + } {% block extra_css %}{% endblock %}