diff --git a/resources/views/templates/home/services-cards.blade.php b/resources/views/templates/home/services-cards.blade.php index f44a220..2a2f3e6 100644 --- a/resources/views/templates/home/services-cards.blade.php +++ b/resources/views/templates/home/services-cards.blade.php @@ -2,54 +2,50 @@
- +
@@ -97,13 +93,16 @@ } .glass-card { + position: relative !important; border-radius: 16px !important; border: none !important; - background: rgba(255, 255, 255, 0) !important; + background: rgb(0 0 0 / 59%) !important; overflow: visible !important; isolation: isolate; transition: all 0.3s ease-in-out; + color: inherit !important; + text-decoration: none !important; } @media (min-width: 768px) { @@ -133,6 +132,15 @@ filter: brightness(0.8); } +.glass-card p { + color: rgba(255, 255, 255, 0.85); + transition: all 0.3s ease-in-out; +} + +.glass-card:hover p { + color: #60697b; +} + .glass-card::before { content: ''; position: absolute; @@ -174,3 +182,4 @@ box-shadow: 0 1rem 3rem rgba(30, 34, 40, 0.12) !important; } +