summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-03-24 09:45:31 +0300
committerFrederick Muriuki Muriithi2022-03-24 09:45:31 +0300
commit63d69ff11003f05118ae0d300ab64ab9e2a33710 (patch)
treee9be13cd27baaaf035f181a6307f443db866d4e8 /style.css
parent5ca1334fc145c7f16d1f5b6b11cf56bf1e380562 (diff)
downloadgn-gemtext-63d69ff11003f05118ae0d300ab64ab9e2a33710.tar.gz
Add styling for 'unassigned' label
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index d6d9520..8c53834 100644
--- a/style.css
+++ b/style.css
@@ -27,7 +27,7 @@ body {
background-color: green;
}
-.tag-progress {
+.tag-progress, .tag-unassigned {
background-color: orange;
color: black;
}