implemented better ui and pseudo data

This commit is contained in:
Lea 2025-02-19 11:58:26 +01:00
parent b9ce80a28a
commit a933f0b397
4 changed files with 166 additions and 23 deletions

View file

@ -63,10 +63,14 @@ a {
@apply font-bold text-text-primary;
}
.game-heading {
.game-heading-sm {
@apply font-bold text-text-primary text-sm mb-2;
}
.game-heading-xl {
@apply font-bold text-text-primary text-xl mb-2;
}
.game-text {
@apply text-text-secondary text-sm mb-4;
}