Skip to content

Commit

Permalink
Fix hint background color
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Dec 31, 2024
1 parent 3e621df commit 65ef2a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/puzzle_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ <h1 class="title is-1 block">
{% for canned_hint in puzzle.canned_hints.all %}
<tr>
<td align="left">
<span class="spoiler">{{ canned_hint.render_keywords | safe }}</span>
<span class="spoiler scheme-background">{{ canned_hint.render_keywords | safe }}</span>
</td>
<td align="left">
<span class="spoiler">{{ canned_hint.render_text | safe }}</span>
<span class="spoiler scheme-background">{{ canned_hint.render_text | safe }}</span>
</td>
</tr>
{% endfor %}
Expand Down

0 comments on commit 65ef2a9

Please sign in to comment.