Merge branch 'main' into chore/update-headers-and-images f14e95f0
Steve · 2024-12-09 10:19 1 file(s) · +2 −2
src/styles/global.css +2 −2
37 37
	}
38 38
39 39
	html {
40 -
		@apply h-full scroll-smooth border-t-2 border-textColor;
40 +
		@apply h-full scroll-smooth border-t-2 border-textColor bg-black;
41 41
	}
42 42
43 43
	html body {
44 -
		@apply mx-auto flex h-full max-w-3xl flex-col bg-bgColor px-8 pt-16 font-sans text-sm font-normal text-textColor antialiased;
44 +
		@apply mx-auto flex h-full max-w-3xl flex-col bg-black px-8 pt-16 font-sans text-sm font-normal text-textColor antialiased;
45 45
	}
46 46
}
47 47
@tailwind components;