diff options
-rw-r--r-- | www/photo.causal.agency/generate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/photo.causal.agency/generate.sh b/www/photo.causal.agency/generate.sh index 4cbee3f6..6d6255d4 100644 --- a/www/photo.causal.agency/generate.sh +++ b/www/photo.causal.agency/generate.sh @@ -68,7 +68,7 @@ page_head() { <link rel="alternate" type="application/atom+xml" href="../feed.atom"> <title>${title}</title> <style> - html { color: #bbb; background-color: black; font-family: sans-serif; } + html { color: #bbb; background-color: black; font-family: monospace; } p { text-align: center; } figure { margin: 1em; padding-top: 0.5em; text-align: center; } img { max-width: calc(100vw - 2.5em); max-height: calc(100vh - 2.5em); } |