all repos — flounder @ 6b3c7281a94fa0e8efbe12901b526fcb17dd29a1

A small site builder for the Gemini protocol

Css update
alex wennerberg alex@alexwennerberg.com
Fri, 06 Nov 2020 17:53:56 -0800
commit

6b3c7281a94fa0e8efbe12901b526fcb17dd29a1

parent

e63b6f23d72c93001d0e3907a23b9ab2466a44c7

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

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

@@ -63,9 +63,10 @@ color:blue

} a { +text-decoration: none; } a:hover { background-color: yellow; - text-decoration: none; + text-decoration: underline; }