Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Remove reference to dark mode.
Will be tackled in #341
  • Loading branch information
jbelien committed Jan 14, 2022
1 parent 2eb1df3 commit 7c23168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/app/home/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<time datetime="{{ region.lastUpdate|date('c') }}">{{ region.lastUpdate|format_datetime('medium') }}</time>
</p>
{% endif %}
<div class="w-full bg-gray-200 rounded-full h-0.5 dark:bg-gray-700 mt-1">
<div class="bg-gray-600 h-0.5 rounded-full dark:bg-gray-300" style="width: {{ region.percent }}%"></div>
<div class="w-full bg-gray-200 rounded-full h-0.5 mt-1">
<div class="bg-gray-600 h-0.5 rounded-full" style="width: {{ region.percent }}%"></div>
</div>
</a>
</div>
Expand Down

0 comments on commit 7c23168

Please sign in to comment.