From 82ea32cd33a8d00978794bbba4bc7e22807b3a7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Tue, 2 Jun 2026 06:07:28 +0300 Subject: [PATCH] feat: add hover brightness transition effect to glass card icons --- resources/views/templates/home/services-cards.blade.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/views/templates/home/services-cards.blade.php b/resources/views/templates/home/services-cards.blade.php index 1875ecb..61f517f 100644 --- a/resources/views/templates/home/services-cards.blade.php +++ b/resources/views/templates/home/services-cards.blade.php @@ -70,6 +70,14 @@ transition: all 0.3s ease-in-out; } +.glass-card svg { + filter: brightness(1.4); + tron: all 0.3s ease-in-out; +} +.glass-card:hover svg { + filter: brightness(1); +} + .glass-card::before { content: ''; position: absolute;