Skip to content

Commit

Permalink
Merge pull request #186 from Cedarich/feature/keyboard-redesign-131
Browse files Browse the repository at this point in the history
feature/keyboard-redesign-186
  • Loading branch information
BigBen-7 authored Feb 27, 2025
2 parents 1d83a85 + 851785c commit f6b684d
Show file tree
Hide file tree
Showing 7 changed files with 405 additions and 56 deletions.
12 changes: 12 additions & 0 deletions frontend/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,15 @@ body {
@apply bg-background text-foreground;
}
}

/* Wordgrid */
@keyframes fadeIn {
from {
opacity: 0;
transform: scale(0.9);
}
to {
opacity: 1;
transform: scale(1);
}
}
Loading

0 comments on commit f6b684d

Please sign in to comment.