This commit is contained in:
2025-08-25 09:36:52 +02:00
parent 627e0d835e
commit b663af6767
10 changed files with 1328 additions and 103 deletions

View File

@@ -24,3 +24,21 @@ body {
color: var(--foreground);
font-family: Arial, Helvetica, sans-serif;
}
html {
scroll-behavior: smooth;
}
@keyframes gradientShift {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}

File diff suppressed because it is too large Load Diff