add background
alex wennerberg alex@alexwennerberg.com
Wed, 11 Nov 2020 14:39:15 -0800
1 files changed,
5 insertions(+),
0 deletions(-)
jump to
M
templates/static/style.css
→
templates/static/style.css
@@ -1,11 +1,16 @@
main { max-width: 70ch; padding: 2ch; + padding-top: 1px; margin: auto; font-family: Helvetica, Arial, monospace; word-wrap: break-word; background-color: white; line-height: 1.5; +} + +body { + background-color: #c2cfdc; } p {