[projects/pld-builder.new] Reverse regular vs upgrade color.

arekm arekm at pld-linux.org
Sat Feb 1 23:30:48 CET 2025


commit 9fe6bc873d14adeebf2c152490954383abe4c3c0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sat Feb 1 23:30:39 2025 +0100

    Reverse regular vs upgrade color.

 PLD_Builder/style.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/PLD_Builder/style.css b/PLD_Builder/style.css
index 20a7d46..ac9db50 100644
--- a/PLD_Builder/style.css
+++ b/PLD_Builder/style.css
@@ -37,8 +37,8 @@ pre {
 	}
 
 	div.request {
-        background-color: #b2eb91;
-    }
+            background-color: #c8e6c9;
+        }
 	div > a {
 		font-weight: bold;
 		color: #5e5e5e;
@@ -47,7 +47,7 @@ pre {
 		color: #5e5e5e;
 	}
 	div.upgrade {
-		background-color: #c8e6c9;
+                background-color: #b2eb91;
 	}
 	div.test-build {
 		background-color: #f8d7da;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/9fe6bc873d14adeebf2c152490954383abe4c3c0



More information about the pld-cvs-commit mailing list