diff --git a/resources/views/templates/home/services-cards.blade.php b/resources/views/templates/home/services-cards.blade.php index 54191cb..ca3b54a 100644 --- a/resources/views/templates/home/services-cards.blade.php +++ b/resources/views/templates/home/services-cards.blade.php @@ -74,6 +74,19 @@ filter: brightness(1.4); transition: all 0.3s ease-in-out; } + +.glass-card h4 { + color: white; + transition: all 0.3s ease-in-out; + text-shadow: 0px 1px 10px #00000080; +} + +.glass-card:hover h4 { + color: black; + transition: all 0.3s ease-in-out; + text-shadow: none; +} + .glass-card:hover svg { filter: brightness(0.8); }