Skip to content

Commit

Permalink
Calle complained about fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
The1Penguin committed Oct 27, 2024
1 parent 29f069a commit 3f546a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View.hs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ render v = renderText (renderView v)
renderView :: View -> Html ()
renderView View {..} = doctypehtml_ $ do
sitehead
body_ [class_ "bg-[#e9e7e7]"] $ div_ [class_ "px-4 py-4 mx-auto"] $ do
body_ [class_ "bg-[#e9e7e7] font-sans"] $ div_ [class_ "px-4 py-4 mx-auto"] $ do
h1_ [class_ "text-4xl"] $ do
toHtml day
" / "
Expand Down

0 comments on commit 3f546a5

Please sign in to comment.