remove effect in css
This commit is contained in:
@@ -517,30 +517,15 @@ header.main-header .header-sticky.active {
|
|||||||
animation: orbDrift 15s ease-in-out infinite;
|
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 h2 span,
|
||||||
.section-title h1 span {
|
.section-title h1 span {
|
||||||
color: #d92800;
|
color: #d92800 !important;
|
||||||
}
|
background: none !important;
|
||||||
|
-webkit-background-clip: unset !important;
|
||||||
/* ---- Upgrade to animated gradient where background-clip:text works ---- */
|
background-clip: unset !important;
|
||||||
@supports (-webkit-background-clip: text) or (background-clip: text) {
|
-webkit-text-fill-color: unset !important;
|
||||||
.section-title h2 span,
|
animation: none !important;
|
||||||
.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; }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---- Preloader gradient ---- */
|
/* ---- Preloader gradient ---- */
|
||||||
@@ -947,3 +932,4 @@ body {
|
|||||||
transition: color 0.35s ease, text-shadow 0.35s ease;
|
transition: color 0.35s ease, text-shadow 0.35s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user