fix: explicitly set text color
This commit is contained in:
@@ -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... }
|
||||
|
||||
Reference in New Issue
Block a user