Init NextJS #4

Merged
imnyang merged 11 commits from nextjs into main 2025-10-23 20:20:18 +09:00
Showing only changes of commit e4de43b26f - Show all commits

아니 계속 커밋 푸쉬가 아니라 커밋 뭐시기를 누르는데 개빡침

암냥 2025-10-09 01:45:31 +09:00

View file

@ -47,9 +47,15 @@
--sidebar-accent-foreground: hsl(240 5.9% 10%);
--sidebar-border: hsl(340 20% 90%);
--sidebar-ring: hsl(217.2 91.2% 59.8%);
<<<<<<< HEAD
--sidebar: hsl(0 0% 98%);
}
=======
}
>>>>>>> 05fe03f7de2e18cbbcac3debb69cf94ff941255f
.dark {
--background: hsl(315 21% 8%);
--foreground: hsl(0 0% 98%);
@ -83,7 +89,10 @@
--sidebar-accent-foreground: hsl(240 4.8% 95.9%);
--sidebar-border: hsl(296, 18%, 15%);
--sidebar-ring: hsl(217.2 91.2% 59.8%);
<<<<<<< HEAD
--sidebar: hsl(240 5.9% 10%);
=======
>>>>>>> 05fe03f7de2e18cbbcac3debb69cf94ff941255f
}
@theme inline {