diff --git a/src/runboat/webui/runboat-build-element.js b/src/runboat/webui/runboat-build-element.js index 6c1e77e..1cd5d32 100644 --- a/src/runboat/webui/runboat-build-element.js +++ b/src/runboat/webui/runboat-build-element.js @@ -28,7 +28,7 @@ class RunboatBuildElement extends LitElement { background-color: palegreen; } .build-status-failed { - background-color: palevioletred; + background-color: lightcoral; } p { margin-top: 0.5em;