fix: explicitly set text color

This commit is contained in:
Guz
2024-12-17 20:50:39 -03:00
parent 8297a56b82
commit cee778160f

View File

@@ -88,7 +88,7 @@ templ Page(i ...PageInfo) {
}
</head>
<body
class={ "bg-black font-serif w-screen min-h-screen overflow-x-hidden m-0 absolute top-0 left-0",
class={ "bg-black font-serif w-screen min-h-screen overflow-x-hidden m-0 absolute top-0 left-0 text-white",
templ.Classes(pageInfo(i).BodyClasses) }
>
{ children... }