Fixed css issue

This commit is contained in:
2024-11-02 15:35:50 +10:00
parent 4c12ee2979
commit a73f62e2a6
2 changed files with 3 additions and 3 deletions

View File

@@ -16,10 +16,10 @@ let index content =
head [] [
meta [_name "viewport"; _content "width=device-width"]
title [] [str "Have you flown the alphabet?"]
link [_rel "stylesheet" ; _href "/styles/core.css?v=2"]
link [_rel "stylesheet" ; _href "/styles/core.css"]
script [_src "/scripts/htmx.min.js"] []
script [_src "/scripts/json-enc.js"] []
script [_src "/scripts/index.js?v=2"] []
script [_src "/scripts/index.js"] []
]
body [] [
div [_id "pageContainer"] [

View File

@@ -130,7 +130,7 @@ h1
form.htmx-request
input, button
input, button, label
display: none
.loading