From 3b4160c8e5f5e64d9643911b71175875696b0749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sat, 20 Nov 2021 19:46:21 +0100 Subject: [PATCH] Tweak failed build color --- src/runboat/webui/runboat-build-element.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;