Tweak failed build color

This commit is contained in:
Stéphane Bidoul 2021-11-20 19:46:21 +01:00
parent 4ee2f29dc7
commit 3b4160c8e5
No known key found for this signature in database
GPG key ID: BCAB2555446B5B92

View file

@ -28,7 +28,7 @@ class RunboatBuildElement extends LitElement {
background-color: palegreen; background-color: palegreen;
} }
.build-status-failed { .build-status-failed {
background-color: palevioletred; background-color: lightcoral;
} }
p { p {
margin-top: 0.5em; margin-top: 0.5em;