Literally why was that moved

This commit is contained in:
2025-11-03 19:53:17 -07:00
parent 6aa39794c4
commit 893715af4c

View File

@@ -1,9 +0,0 @@
@import "tailwindcss";
body {
@apply bg-[rgb(24,24,24)] text-white select-none;
}
button {
@apply bg-[rgb(48,48,48)] hover:bg-[rgb(56,56,56)] border border-[rgb(72,72,72)] hover:border-[rgb(80,80,80)] transition-colors px-2 py-1 rounded-md cursor-pointer;
}