all repos — flounder @ a4423e7cf50d38bd5ff337fe98156ccc0d4d8f67

A small site builder for the Gemini protocol

update css
alex wennerberg alex@alexwennerberg.com
Mon, 26 Oct 2020 21:07:05 -0700
commit

a4423e7cf50d38bd5ff337fe98156ccc0d4d8f67

parent

65146eb93af4a341be74c072c33fd47748fcb5e5

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

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

@@ -56,14 +56,16 @@ color: red;

} a:visited { - color: blue; + color: black; } a { transition-duration: 0.2s; + font-weight: bold; + color: black; } a:hover { - background-color: blue; + background-color: black; color: white; }