chore: added new text style for donators

This commit is contained in:
2025-05-07 20:45:13 +02:00
parent 3c74580bed
commit 06d0fabc99
5 changed files with 18 additions and 6 deletions
+9 -1
View File
@@ -201,7 +201,15 @@ ul {
&--donator {
color: var(--clr-donator);
text-shadow: var(--clr-donator) 0 0 10px;
color: transparent;
background: var(--clr-donator);
background: linear-gradient(90deg, #ff88db 30%, #ffffff 70%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: #f050ff 0 0 10px;
}
}