all repos — flounder @ 3897a98f21983a472d5c3935f8c71a223dada400

A small site builder for the Gemini protocol

fix buggg
alex wennerberg alex@alexwennerberg.com
Sun, 27 Dec 2020 22:45:56 -0800
commit

3897a98f21983a472d5c3935f8c71a223dada400

parent

1b16f1ea2b7c1a797ab44eb9e2d7ab523150a237

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

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

@@ -16,7 +16,7 @@ @media (prefers-color-scheme: dark) {

body, main { background: #1b262c; color: white; } a { color: #21e6c1 } a:visited { color: #21e6c1 } - input { + input[type="text"], textarea { color: white; background-color: #121212; }