From: Marcin Krol Date: Thu, 17 Apr 2025 18:28:20 +0000 (+0200) Subject: - revert CSS changes, they make status page barely readable X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;ds=inline;p=tld-builder.git - revert CSS changes, they make status page barely readable --- 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; }