2025-12-29 00:21:03 +01:00
|
|
|
@import "tailwindcss";
|
|
|
|
|
@import "tailwindcss/utilities";
|
|
|
|
|
|
2025-12-29 02:34:46 +01:00
|
|
|
.uw-menu-root {
|
|
|
|
|
@apply h-full w-full font-mono text-stone-200 text-[16px];
|
2025-12-29 00:21:03 +01:00
|
|
|
|
2025-12-29 02:34:46 +01:00
|
|
|
* {
|
|
|
|
|
@apply font-mono text-stone-200 text-[1em];
|
2025-12-29 00:21:03 +01:00
|
|
|
}
|
|
|
|
|
}
|