all repos — flounder @ 2f0de77571c138443f9ea6ebba0991acda64d670

A small site builder for the Gemini protocol

Wrap preformatted text
alex wennerberg alex@alexwennerberg.com
Mon, 09 Nov 2020 10:06:53 -0800
commit

2f0de77571c138443f9ea6ebba0991acda64d670

parent

cbb04214d323a3fc4e0d562ef60fb08737ba6e28

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

jump to
M templates/static/style.csstemplates/static/style.css

@@ -66,6 +66,10 @@ a {

text-decoration: none; } +pre { + white-space: pre-wrap; +} + a:hover { background-color: yellow; text-decoration: underline;