Skip to content

Commit

Permalink
chore: Remove unused CSS styles in contributor_stats.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnieBLT committed Jul 15, 2024
1 parent 42c4e6c commit 8699a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/templates/contributor_stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</thead>
<tbody>
{% for user, stats in user_stats.items %}
<tr class="bg-[#1d1d1e] border-b dark:bg-white dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-600">
<tr class="border-b dark:bg-white dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-600">
<th scope="row"
class="py-4 px-6 font-semibold text-black whitespace-nowrap dark:text-gray-900">
{{ user }}
Expand Down Expand Up @@ -84,7 +84,7 @@
</td>
</tr>
{% empty %}
<tr class="bg-[#1d1d1e] dark:bg-[#f7f7f7]">
<tr class="dark:bg-[#f7f7f7]">
<td colspan="7" class="py-4 px-6 text-center">No activity found.</td>
</tr>
{% endfor %}
Expand Down

0 comments on commit 8699a8f

Please sign in to comment.