File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments