diff options
author | metamuffin <metamuffin@disroot.org> | 2025-05-19 22:13:22 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-05-19 22:13:22 +0200 |
commit | 5fb390fbf5862a9ec3bee8a21ca45fdffc18b455 (patch) | |
tree | d612fa7fc079ad5f5ccbedd1a579db18412e2623 /src/style.css | |
parent | 102bbf10a470a8617902cd5bf255be5762f335b9 (diff) | |
download | isda-5fb390fbf5862a9ec3bee8a21ca45fdffc18b455.tar isda-5fb390fbf5862a9ec3bee8a21ca45fdffc18b455.tar.bz2 isda-5fb390fbf5862a9ec3bee8a21ca45fdffc18b455.tar.zst |
show failed tasks red
Diffstat (limited to 'src/style.css')
-rw-r--r-- | src/style.css | 3 |
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; |