refactor: globalized current locale, translation improvements

This commit is contained in:
2025-05-27 17:19:32 +02:00
parent 611927f96f
commit b9bb9dc201
8 changed files with 54 additions and 12 deletions
+14 -2
View File
@@ -23,7 +23,6 @@
--clr-donator: #f7a4ff;
--no-scroll-padding: 17px;
--max-container-width: 1700px;
@@ -207,10 +206,23 @@ ul {
background: linear-gradient(90deg, #ff88db 30%, #ffffff 70%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-text-fill-color: transparent;
text-shadow: #f050ff 0 0 10px;
}
&--discord {
color: var(--clr-donator);
color: transparent;
background: var(--clr-donator);
background: linear-gradient(90deg, #7fb6ff 0%, #60ecff 70%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: #88ddff 0 0 10px;
}
}
button,