Keep darkmode hover from changing in explore

This commit is contained in:
JST5000
2023-05-09 17:02:22 -07:00
parent 8fb320da25
commit 143cd7d5dd
3 changed files with 6 additions and 6 deletions

View File

@@ -80,7 +80,7 @@
{% macro devToolsCard(link, title, description) %}
<a href="{{ link }}" class="col dev-tools-link">
<h6 class="btn-arrow">{{ title }}</h6>
<p class="no-underline"> {{ description }}</p>
<p> {{ description }}</p>
</a>
{% endmacro %}