Skip to content

Commit cdb87dc

Browse files
Update src/theme/Footer/Layout/enhanced-footer.css
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
1 parent 324b3ad commit cdb87dc

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/theme/Footer/Layout/enhanced-footer.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2096,17 +2096,13 @@ html[data-theme="light"] .enhanced-footer.light-theme {
20962096
}
20972097
}
20982098

2099-
/* Force solid white for heading and numeric text that use background-clip gradients */
2099+
/* Force solid white for heading text that use background-clip gradients (excluding stat-number) */
21002100
.enhanced-footer h1,
21012101
.enhanced-footer h2,
21022102
.enhanced-footer h3,
21032103
.enhanced-footer h4,
21042104
.enhanced-footer h5,
2105-
.enhanced-footer h6,
2106-
.enhanced-footer .footer-hero-text h1,
2107-
.enhanced-footer .footer-brand-title,
2108-
.enhanced-footer .footer-brand-name,
2109-
.enhanced-footer .stat-number {
2105+
.enhanced-footer h6 {
21102106
color: #ffffff !important;
21112107
-webkit-text-fill-color: #ffffff !important; /* Safari/Chrome */
21122108
-webkit-background-clip: unset !important;

0 commit comments

Comments
 (0)