diff options
Diffstat (limited to 'frontend/roadmap.html')
-rw-r--r-- | frontend/roadmap.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/roadmap.html b/frontend/roadmap.html index 260af5e..ca7ddaa 100644 --- a/frontend/roadmap.html +++ b/frontend/roadmap.html @@ -43,6 +43,10 @@ } section ul li.done:before { + content: '✓' + } + + section ul li.halfway:before { content: '⚠' } </style> |