oxaliq.net/source/head.txt
sorrel 44e621a9d0
All checks were successful
ci/woodpecker/push/build-and-deploy Pipeline was successful
fix light mode styles
2024-01-14 19:55:28 -05:00

27 lines
840 B
Text

(head
(meta ((http-equiv "Content-Type")
(content "text/html; charset=utf-8")))
(meta ((name "author")
(content "sorrel")))
(meta ((name "description")
(content "yr place for sorrel on the world wide web")))
(meta ((name "viewport")
(content "width=device-width, initial-scale=1")))
(meta ((name "ascii-art-description")
(content "it's a crop of the work 'Oxalis acetosella', Otto Wilhelm Thomé
(1885) run through the ascii-art generation tool on https://www.asciiart.eu/")))
(link ((rel "stylesheet")
(href "/static/style/styles.css")))
(style "
p.ascii {
font-family: 'Courier New', Courier, monospace;
font-size: 8px;
white-space: pre;
margin: 0;
}
p.ascii.but-normal-size {
font-size: medium;
}")
(script ((src "/static/htmx.min.js")
(defer "")
)))