fix docs link hover background
This commit is contained in:
parent
642cc6a9ca
commit
a014bf1713
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ class="grid justify-start grid-cols-1 gap-4 text-left xl:grid-cols-2">
|
||||||
<x-slot:documentation>
|
<x-slot:documentation>
|
||||||
<template x-if="service.documentation">
|
<template x-if="service.documentation">
|
||||||
<div class="flex items-center px-2" title="Read the 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"
|
onclick="event.stopPropagation()" :href="service.documentation"
|
||||||
target="_blank">
|
target="_blank">
|
||||||
Docs
|
Docs
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue