Commit
·
050b603
1
Parent(s):
ea91975
Fix CSS compatibility: add background-clip property
Browse files- frontend/style.css +1 -0
frontend/style.css
CHANGED
|
@@ -99,6 +99,7 @@ body {
|
|
| 99 |
font-weight: 800;
|
| 100 |
background: linear-gradient(135deg, var(--primary), var(--secondary));
|
| 101 |
-webkit-background-clip: text;
|
|
|
|
| 102 |
-webkit-text-fill-color: transparent;
|
| 103 |
margin-bottom: 2rem;
|
| 104 |
letter-spacing: -0.5px;
|
|
|
|
| 99 |
font-weight: 800;
|
| 100 |
background: linear-gradient(135deg, var(--primary), var(--secondary));
|
| 101 |
-webkit-background-clip: text;
|
| 102 |
+
background-clip: text;
|
| 103 |
-webkit-text-fill-color: transparent;
|
| 104 |
margin-bottom: 2rem;
|
| 105 |
letter-spacing: -0.5px;
|