fix docs link hover background

This commit is contained in:
peaklabs-dev 2024-11-25 22:20:37 +01:00
parent 642cc6a9ca
commit a014bf1713
No known key found for this signature in database

View file

@ -110,7 +110,7 @@ class="grid justify-start grid-cols-1 gap-4 text-left xl:grid-cols-2">
<x-slot:documentation>
<template x-if="service.documentation">
<div class="flex items-center px-2" title="Read the documentation.">
<a class="p-2 rounded hover:bg-coolgray-200 hover:no-underline group-hover:dark:text-white text-neutral-600"
<a class="p-2 rounded hover:bg-gray-100 dark:hover:bg-coolgray-200 hover:no-underline group-hover:dark:text-white text-neutral-600"
onclick="event.stopPropagation()" :href="service.documentation"
target="_blank">
Docs