all repos — flounder @ 1fab64591b2c09823f1ef7fb24e713d7bf7488d4

A small site builder for the Gemini protocol

color change
alex wennerberg alex@alexwennerberg.com
Sat, 24 Oct 2020 00:12:07 -0700
commit

1fab64591b2c09823f1ef7fb24e713d7bf7488d4

parent

f97798806466ad41104f9a09757226b553b137e7

1 files changed, 2 insertions(+), 2 deletions(-)

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