score and mobile

This commit is contained in:
2023-04-19 15:17:33 +02:00
parent a14c56092c
commit 66cc647a52
3 changed files with 38 additions and 9 deletions

View File

@ -2,6 +2,16 @@
@import "tailwindcss/components";
@import "tailwindcss/utilities";
@layer utilities {
.text-shadow {
text-shadow: 2px 2px 4px #000;
}
.text-outline {
text-shadow: 2px 2px 2px #801B71, -2px 2px 2px #801B71, 2px -2px 2px #801B71, -2px -2px 2px #801B71;
}
}
body {
@apply overflow-hidden;
}