[projects/pld-builder.new] Default green color, upgrade green variant, test-build pink
arekm
arekm at pld-linux.org
Sat Feb 1 22:39:06 CET 2025
commit bda1cfc4234a8b3a0665a49d9e6f91a3b861f4c0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sat Feb 1 22:36:42 2025 +0100
Default green color, upgrade green variant, test-build pink
PLD_Builder/style.css | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/PLD_Builder/style.css b/PLD_Builder/style.css
index 82e2150..20a7d46 100644
--- a/PLD_Builder/style.css
+++ b/PLD_Builder/style.css
@@ -37,10 +37,8 @@ pre {
}
div.request {
- background-color: white;
- margin: 10px 0px;
- padding: 2px;
- }
+ background-color: #b2eb91;
+ }
div > a {
font-weight: bold;
color: #5e5e5e;
@@ -49,10 +47,13 @@ pre {
color: #5e5e5e;
}
div.upgrade {
- background-color: #e4f1cf;
+ background-color: #c8e6c9;
+ }
+ div.test-build {
+ background-color: #f8d7da;
}
div:target {
- background-color: #ffffcc;
+ background-color: #fff3cd;
color: black;
}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/bda1cfc4234a8b3a0665a49d9e6f91a3b861f4c0
More information about the pld-cvs-commit
mailing list