new universe switching window

This commit is contained in:
2023-08-27 12:29:57 +02:00
parent 474b2c61d1
commit 9974487f79
5 changed files with 49 additions and 3 deletions

View File

@ -1,3 +1,10 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer utilities {
.striped .col-span-3, .striped .col-span-2 {
@apply bg-neutral-300
}
}