Commit 94e898ce521d9fc9250e3357de4875b68a408e31
Dim down green and red colors a bit
Author: xaizek
Author date (UTC): 2025-06-28 16:33
Committer name: xaizek
Committer date (UTC): 2025-06-28 16:33
Parent(s): 47a24aeaaa8714a78d18df804e78ad146bd0ec94
Signing key: 99DC5E4DB05F6BE2
Tree: d9c616410a13002bb5dd3c3e5543c1fae87d3a00
File style.css changed (mode: 100644) (index 224f36b..492eef5) |
... |
... |
span.title |
144 |
144 |
|
|
145 |
145 |
.build_success |
.build_success |
146 |
146 |
{ |
{ |
147 |
|
background-color: #71D964; |
|
|
147 |
|
background-color: #81D974; |
148 |
148 |
} |
} |
149 |
149 |
|
|
150 |
150 |
.build_failure |
.build_failure |
151 |
151 |
{ |
{ |
152 |
|
background-color: #F03E41; |
|
|
152 |
|
background-color: #D85E51; |
153 |
153 |
} |
} |
154 |
154 |
|
|
155 |
155 |
.build_error |
.build_error |