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;