improve dark colorscheme
alex wennerberg alex@alexwennerberg.com
Sun, 27 Dec 2020 22:45:06 -0800
1 files changed,
4 insertions(+),
0 deletions(-)
jump to
M
templates/static/style.css
→
templates/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{