From e8ddaad4245f254add72ced85b5ebc0465ebda89 Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Mon, 11 May 2026 13:03:51 +0100 Subject: [PATCH] Fixed styling again --- templates/admin/layout.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/admin/layout.html b/templates/admin/layout.html index 79a6ab3..2ce4ea2 100644 --- a/templates/admin/layout.html +++ b/templates/admin/layout.html @@ -91,6 +91,9 @@ color: #333 !important; border-color: #dbdbdb !important; } + .label, label { + color: #363636 !important; + }