added prisma + nextAuth

This commit is contained in:
PxlLoewe
2025-01-18 00:36:10 +01:00
parent 0344e1b51a
commit 2f8424e56c
35 changed files with 12124 additions and 125 deletions

View File

@@ -5,17 +5,4 @@
:root {
--background: #ffffff;
--foreground: #171717;
}
@media (prefers-color-scheme: dark) {
:root {
--background: #0a0a0a;
--foreground: #ededed;
}
}
body {
color: var(--foreground);
background: var(--background);
font-family: Arial, Helvetica, sans-serif;
}
}