commit 43cd6be007b265108eb5f40956c1f01c27e556df parent 1280794e2e8e9427ad8e60d45b3fa2ec3a368be5 Author: alex wennerberg <alex@alexwennerberg.com> Date: Sun, 16 Jan 2022 10:29:01 -0800 make email body monospace Diffstat:
M | src/style.css | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/style.css b/src/style.css @@ -74,6 +74,7 @@ a { .email-body { white-space:pre-line; font-size: 1rem; + font-family: monospace; } .footer {