2023-04-14 10:07:57 +02:00
|
|
|
@import "tailwindcss/base";
|
|
|
|
@import "tailwindcss/components";
|
|
|
|
@import "tailwindcss/utilities";
|
|
|
|
|
2023-04-19 15:17:33 +02:00
|
|
|
@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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-04-19 13:47:14 +02:00
|
|
|
body {
|
|
|
|
@apply overflow-hidden;
|
|
|
|
}
|