Skip to content

Commit 435f5d5

Browse files
committed
Fix rainbow text
1 parent c04ae1f commit 435f5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ux.symfony.com/assets/styles/sections/_hero.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-webkit-background-clip: text;
88
-webkit-text-fill-color: transparent;
99
font-style: normal;
10-
filter: brightness(102%) contrast(200%) saturate(100%) drop-shadow(1px 1px 3px #0008);
10+
filter: brightness(102%) contrast(200%) drop-shadow(1px 1px 1px #0004);
1111
letter-spacing: 0;
1212
}
1313

0 commit comments

Comments
 (0)