all repos — flounder @ 1b16f1ea2b7c1a797ab44eb9e2d7ab523150a237

A small site builder for the Gemini protocol

improve dark colorscheme
alex wennerberg alex@alexwennerberg.com
Sun, 27 Dec 2020 22:45:06 -0800
commit

1b16f1ea2b7c1a797ab44eb9e2d7ab523150a237

parent

38303440073390bdb4d99f265f44cdbb41680192

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

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

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

body, main { background: #1b262c; color: white; } a { color: #21e6c1 } a:visited { color: #21e6c1 } + input { + color: white; + background-color: #121212; + } } h1, h2, h3, h4, h5, h6{