modified: main_dc/stubSite/style.css

fix problem with css
This commit is contained in:
2025-12-08 17:07:31 +05:00
parent 739802af81
commit 97d663704b
+4
View File
@@ -48,7 +48,11 @@ body {
margin-bottom: 5px; margin-bottom: 5px;
background: linear-gradient(90deg, #667eea, #764ba2); background: linear-gradient(90deg, #667eea, #764ba2);
-webkit-background-clip: text; -webkit-background-clip: text;
background-clip: text;
/* Standard property added */
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
color: transparent;
/* Fallback if text-fill-color isn't supported */
font-weight: 800; font-weight: 800;
} }