Skip to content

Commit

Permalink
polish(core): Slightly improve #342
Browse files Browse the repository at this point in the history
Actually use the colors.
  • Loading branch information
vEnhance committed Apr 7, 2024
1 parent 345e5df commit 52f5e1c
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions core/templates/core/unit_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,18 @@
</ul>
<p>Next to each three letter code, there is one of the following symbols.</p>
<ul>
<li>Check mark (✓) means you’ve done the unit.</li>
<li>Blue clock (⏲) means the unit is unlocked but not done.</li>
<li>Grey hourglass (⧖) means the unit is locked but on your to-do list.</li>
<li>No symbol (bolded black) is everything else.</li>
<li>
Check mark (<span class="text-success"></span>) means you've done the unit.
</li>
<li>
Blue clock (<span class="text-primary"></span>) means the unit is unlocked but not done.
</li>
<li>
Grey hourglass (<span class="text-secondary"></span>) means the unit is locked but on your to-do list.
</li>
<li>
No symbol (<b class="text-dark">bolded black</b>) is everything else.
</li>
</ul>
<p>
This page was printed on {% now "r" %}.
Expand Down

0 comments on commit 52f5e1c

Please sign in to comment.