all repos — flounder @ dd6e1705334fab5e4e108c3b6b73f109f707cbe2

A small site builder for the Gemini protocol

add background
alex wennerberg alex@alexwennerberg.com
Wed, 11 Nov 2020 14:39:15 -0800
commit

dd6e1705334fab5e4e108c3b6b73f109f707cbe2

parent

b88a3d192ff31664c0b51a1ccadf88897b0e0ad6

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M templates/static/style.csstemplates/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 {