From a88931a1368b90c95967341277ce169ba807eacd Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Thu, 17 Apr 2025 20:28:20 +0200 Subject: [PATCH] - revert CSS changes, they make status page barely readable --- TLD_Builder/style.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/TLD_Builder/style.css b/TLD_Builder/style.css index b5fde19..82e2150 100644 --- a/TLD_Builder/style.css +++ b/TLD_Builder/style.css @@ -37,8 +37,10 @@ pre { } div.request { - background-color: #b2eb91; - } + background-color: white; + margin: 10px 0px; + padding: 2px; + } div > a { font-weight: bold; color: #5e5e5e; @@ -47,13 +49,10 @@ pre { color: #5e5e5e; } div.upgrade { - background-color: #81c784; - } - div.test-build { - background-color: #f8d7da; + background-color: #e4f1cf; } div:target { - background-color: #fff3cd; + background-color: #ffffcc; color: black; } -- 2.49.0