diff options
author | EuAndreh <eu@euandre.org> | 2021-07-16 10:40:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-16 10:40:58 -0300 |
commit | ad48b9705d0c7efc77160200a900691752626b54 (patch) | |
tree | a9c61150df03d48d9efb2f568cc71a32de9684ff /aux/workflow/style.css | |
parent | Makefile: Stick to 80 columns limit (diff) | |
download | git-permalink-ad48b9705d0c7efc77160200a900691752626b54.tar.gz git-permalink-ad48b9705d0c7efc77160200a900691752626b54.tar.xz |
aux/workflow/: Add WONTFIX issue classification
Diffstat (limited to 'aux/workflow/style.css')
-rw-r--r-- | aux/workflow/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/workflow/style.css b/aux/workflow/style.css index a703950..d72991e 100644 --- a/aux/workflow/style.css +++ b/aux/workflow/style.css @@ -35,7 +35,7 @@ color: red; } - .CANCELLED, .DONE { + .CANCELLED, .DONE, .WONTFIX { color: green; } </style> |