]> TLD Linux GIT Repositories - tld-builder.git/commitdiff
- revert CSS changes, they make status page barely readable master
authorMarcin Krol <hawk@tld-linux.org>
Thu, 17 Apr 2025 18:28:20 +0000 (20:28 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Thu, 17 Apr 2025 18:28:20 +0000 (20:28 +0200)
TLD_Builder/style.css

index b5fde19b1fc748470865f664596e7341b0464424..82e2150acee98eb46846ee78a9b37430635b9a88 100644 (file)
@@ -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;
        }