diff options
| author | Frederick Muriuki Muriithi | 2022-03-24 09:45:31 +0300 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2022-03-24 09:45:31 +0300 |
| commit | 63d69ff11003f05118ae0d300ab64ab9e2a33710 (patch) | |
| tree | e9be13cd27baaaf035f181a6307f443db866d4e8 | |
| parent | 5ca1334fc145c7f16d1f5b6b11cf56bf1e380562 (diff) | |
| download | gn-gemtext-63d69ff11003f05118ae0d300ab64ab9e2a33710.tar.gz | |
Add styling for 'unassigned' label
| -rw-r--r-- | style.css | 2 |
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; } |
