add basic home page + header

This commit is contained in:
csehviktor
2025-07-03 07:50:29 +02:00
parent 6c26f2f43f
commit 7bea3eb594
3 changed files with 57 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
@import "tailwindcss";
body {
@apply bg-gray-950 text-gray-300;
@apply bg-[#0a0a0a] text-gray-300;
}