diff --git a/src/interface/web/index.html b/src/interface/web/index.html index a82073af..8ed66446 100644 --- a/src/interface/web/index.html +++ b/src/interface/web/index.html @@ -159,6 +159,18 @@ #json { white-space: pre-wrap; } + + span.task-status { + color: white; + padding: 3.5px 3.5px 0; + margin: 5px; + } + span.task-status.todo { + background-color: rgb(39, 149, 182); + } + span.task-status.done { + background-color: rgb(81, 143, 31); + }