diff --git a/resources/views/templates/services/web-development.blade.php b/resources/views/templates/services/web-development.blade.php index ab692cf..b77e862 100644 --- a/resources/views/templates/services/web-development.blade.php +++ b/resources/views/templates/services/web-development.blade.php @@ -280,6 +280,22 @@ border-color: #747ed1 !important; box-shadow: 0 0.5rem 2rem rgba(116, 126, 209, 0.15) !important; } + .tech-tabs-grid .nav-link h4 { + color: #343f52 !important; + transition: color 0.3s ease !important; + } + .tech-tabs-grid .nav-link p { + color: #60697b !important; + transition: color 0.3s ease !important; + } + .tech-tabs-grid .nav-link:hover h4, + .tech-tabs-grid .nav-link.active h4 { + color: #747ed1 !important; + } + .tech-tabs-grid .nav-link:hover p, + .tech-tabs-grid .nav-link.active p { + color: #60697b !important; + } @endpush