diff options
author | June McEnroe <june@causal.agency> | 2024-06-09 18:57:02 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2024-06-09 18:57:02 -0400 |
commit | 6f35229b87e64472805ba83e70bac5d8f90cb3e0 (patch) | |
tree | 4a7272acb60de480c31cda6be3f631bad2e07278 /www/photo.causal.agency | |
parent | Put lens and (future) film at the tops of photo pages (diff) | |
download | src-6f35229b87e64472805ba83e70bac5d8f90cb3e0.tar.gz src-6f35229b87e64472805ba83e70bac5d8f90cb3e0.zip |
Use monospace on photo pages
Diffstat (limited to '')
-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); } |