Skip to content

Commit

Permalink
Add colons to descriptions
Browse files Browse the repository at this point in the history
This makes it a bit clearer these are labels and not just words
  • Loading branch information
rich committed Sep 12, 2024
1 parent 0c106cf commit 936e9e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ <h1>Colour Me Knowledgeable!</h1>
<section id="question">
<h2>Which colours are in this thing?</h2>
<dl>
<dt>Thing</dt>
<dt>Thing:</dt>
<dd id="thing"></dd>
<dt>Number of colours</p>
<dt>Number of colours: </p>
<dd id="number"></dd>
</dl>
</section>
Expand Down

0 comments on commit 936e9e1

Please sign in to comment.