fix buggg
alex wennerberg alex@alexwennerberg.com
Sun, 27 Dec 2020 22:45:56 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
templates/static/style.css
→
templates/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; }