From 71b0897f48a68d88c07555ce103180e83cb51f07 Mon Sep 17 00:00:00 2001 From: KeshavAnandCode Date: Fri, 3 Apr 2026 10:43:12 -0500 Subject: [PATCH] remove effect in css --- css/enhance.css | 30 ++++++++---------------------- 1 file changed, 8 insertions(+), 22 deletions(-) diff --git a/css/enhance.css b/css/enhance.css index 4aeeb6f..de2ed18 100644 --- a/css/enhance.css +++ b/css/enhance.css @@ -517,30 +517,15 @@ header.main-header .header-sticky.active { animation: orbDrift 15s ease-in-out infinite; } -/* ---- Accent spans: solid colour guaranteed on every device ---- */ +/* ---- Accent spans — solid colour, no gradient tricks ---- */ .section-title h2 span, .section-title h1 span { - color: #d92800; -} - -/* ---- Upgrade to animated gradient where background-clip:text works ---- */ -@supports (-webkit-background-clip: text) or (background-clip: text) { - .section-title h2 span, - .section-title h1 span { - background: linear-gradient(90deg, #d92800 0%, #ff5c38 40%, #d92800 100%); - background-size: 200% auto; - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; - background-clip: text; - color: transparent; - animation: textGradientShift 4s ease infinite; - } -} - -@keyframes textGradientShift { - 0% { background-position: 0% center; } - 50% { background-position: 100% center; } - 100% { background-position: 0% center; } + color: #d92800 !important; + background: none !important; + -webkit-background-clip: unset !important; + background-clip: unset !important; + -webkit-text-fill-color: unset !important; + animation: none !important; } /* ---- Preloader gradient ---- */ @@ -947,3 +932,4 @@ body { transition: color 0.35s ease, text-shadow 0.35s ease; } +