add dashboard green hover

This commit is contained in:
2024-11-28 13:59:52 +02:00
parent 80145da864
commit c63beef39d

View File

@@ -5,7 +5,7 @@
<div class="flex space-x-4">
{% for key, link in section.extra.socialLinks %}
<a href="{{link}}" target="_blank" class="text-gray-400 hover:text-gray-500">
<a href="{{link}}" target="_blank" class="text-gray-400 hover:text-green">
<span class="sr-only">{{key}}</span>
{% if key == "Facebook" %}
{% include "partials/icons/svgFacebookIcon.html" %}