mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-02-12 21:31:43 -05:00
🎨 style(service_card.html): update hover border color opacity to improve visual aesthetics
This commit is contained in:
parent
ffa6f8f15b
commit
99809bd979
@ -1,6 +1,6 @@
|
||||
{{/* service_card.html */}}
|
||||
<a href="/service/{{.Name}}" class="max-w-md">
|
||||
<div class="p-4 m-2 transition duration-500 bg-gray-700 border border-transparent rounded-lg shadow-lg backdrop-blur-md bg-opacity-30 hover:border-lime-600 min-w-32">
|
||||
<div class="p-4 m-2 transition duration-500 bg-gray-700 border border-transparent rounded-lg shadow-lg backdrop-blur-md bg-opacity-30 hover:border-lime-600/70 min-w-32">
|
||||
<div class="flex items-center justify-between">
|
||||
<div class="flex items-center">
|
||||
<img src="{{.LogoURL}}" alt="{{.Name}} logo" class="w-12 h-12 mr-4 rounded-full">
|
||||
|
Loading…
x
Reference in New Issue
Block a user