From 119dbccf5d66273475bdea8834f3963fe54088e8 Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Tue, 7 Oct 2025 17:38:20 +0200 Subject: [PATCH] srv/poe_manager/static/css/style.css aktualisiert --- srv/poe_manager/static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srv/poe_manager/static/css/style.css b/srv/poe_manager/static/css/style.css index 0ea0b3c..404ab61 100644 --- a/srv/poe_manager/static/css/style.css +++ b/srv/poe_manager/static/css/style.css @@ -4,7 +4,7 @@ body { } h1, h2, h3, h4, h5, h6 { - color: #ff7100; + color: #fff; } .table-dark { @@ -17,7 +17,7 @@ h1, h2, h3, h4, h5, h6 { } pre { - background-color: #f8f9fa; + background-color: #f8f9fa7c; padding: 10px; border-radius: 5px; max-height: 600px;