add dashboard green hover
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<div class="flex space-x-4">
|
<div class="flex space-x-4">
|
||||||
{% for key, link in section.extra.socialLinks %}
|
{% 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>
|
<span class="sr-only">{{key}}</span>
|
||||||
{% if key == "Facebook" %}
|
{% if key == "Facebook" %}
|
||||||
{% include "partials/icons/svgFacebookIcon.html" %}
|
{% include "partials/icons/svgFacebookIcon.html" %}
|
||||||
|
|||||||
Reference in New Issue
Block a user