color change
alex wennerberg alex@alexwennerberg.com
Sat, 24 Oct 2020 00:12:07 -0700
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
templates/static/style.css
→
templates/static/style.css
@@ -2,14 +2,14 @@ main {
max-width: 70ch; padding: 2ch; margin: auto; - font-family: monospace; + font-family: Helvetica, Arial, monospace; word-wrap: break-word; border: 1px solid black; background-color: white; } body { - background-color: lightgray; + background-color: #cfe6fc; } .inline {