diff --git a/src/interface/web/index.html b/src/interface/web/index.html
index ea620f42..6c8f7fd7 100644
--- a/src/interface/web/index.html
+++ b/src/interface/web/index.html
@@ -177,6 +177,13 @@
span.task-status.done {
background-color: #06a77d;
}
+ span.task-tag {
+ color: white;
+ padding: 3.5px 3.5px 0;
+ margin-right: 5px;
+ border-radius: 5px;
+ background-color: #bbb;
+ }