aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index 4b30b32..7adc885 100644
--- a/src/style.css
+++ b/src/style.css
@@ -38,6 +38,9 @@
.task.complete {
border-color: #6eff70;
}
+.task.complete-failed {
+ border-color: #ff6e6e;
+}
.worker {
margin: 2px;