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 07a7e7f commit a289094
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions website/templates/contributor_stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,7 @@
{% endblock style %}
{% block content %}
{% include "includes/sidenav.html" %}
<style>
.main_table a:link {
color: rgb(0, 0, 0);
}
.main_table a:visited {
color: rgb(0, 0, 0);
}
</style>

{% if today %}
<!-- make same table just have username and Pull Requests -->
<div class="overflow-x-auto relative shadow-md sm:rounded-lg py-8 px-10 bg-white dark:bg-[#f7f7f7] my-20 mx-8">
Expand Down

0 comments on commit a289094

Please sign in to comment.