Start work on styling

This commit is contained in:
2024-04-28 01:13:27 +02:00
parent a55cfe8205
commit 3637edb816
7 changed files with 1076 additions and 18 deletions

View File

@ -14,7 +14,16 @@ templ Main(contents templ.Component, currentUser *model.User) {
<script src="/static/htmx.min.js"></script>
<script src="/static/response-targets.js"></script>
</head>
<body hx-boost="true" hx-ext="response-targets">
<body
hx-boost="true"
hx-ext="response-targets"
class="
w-full sm:max-w-screen-sm md:max-w-screen-md
mx-auto py-6
bg-slate-900
text-slate-400
"
>
@LoginForm(currentUser)
@contents
</body>