diff options
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 9eb1187..a309979 100644 --- a/src/style.css +++ b/src/style.css @@ -43,6 +43,9 @@ .worker.busy { border-color: #ffc36e; } +.worker.idle { + border-color: #6e6eff; +} section.tasks { display: flex; |