Switched to light theme. Fixed time parsing.

This commit is contained in:
mikestefanello 2025-04-19 16:31:23 -04:00
parent db09b1db97
commit 96fc0ea600
4 changed files with 20 additions and 7 deletions

View file

@ -13,6 +13,7 @@ func Auth(r *ui.Request, content Node) Node {
return Doctype(
HTML(
Lang("en"),
Data("theme", "light"),
Head(
Metatags(r),
CSS(),