From bcd2c30c70faf10ae57a868c568fe4b7520eef66 Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Mon, 6 Oct 2025 21:38:47 +0200 Subject: [PATCH] srv/poe_manager/static/css/style.css aktualisiert --- srv/poe_manager/static/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srv/poe_manager/static/css/style.css b/srv/poe_manager/static/css/style.css index 4d28785..b9f0dba 100644 --- a/srv/poe_manager/static/css/style.css +++ b/srv/poe_manager/static/css/style.css @@ -150,6 +150,10 @@ label.text-white { background: #fff; } -.white { +.black { color: #000000; +} + +.white { + color: #ffffff; } \ No newline at end of file