all repos — flounder @ 5c53d0b31565f2de39eeb3753151736828b6c9c6

A small site builder for the Gemini protocol

try to fix style bug
alex wennerberg alex@alexwennerberg.com
Sun, 27 Dec 2020 21:04:14 -0800
commit

5c53d0b31565f2de39eeb3753151736828b6c9c6

parent

f3595932acd2aae552557106d0b43b36bd553ad8

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

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

@@ -8,9 +8,14 @@ background-color: white;

line-height: 1.5; } +a:visited { + color:blue +} + @media (prefers-color-scheme: dark) { body, main { background: #1b262c; color: white; } - a, a:visited { color: #21e6c1 } + a { color: #21e6c1 } + a:visited { color: #21e6c1 } } h1, h2, h3, h4, h5, h6{

@@ -93,9 +98,6 @@

.user-admin-details { margin-left: 1em; margin-bottom: 1em; -} -a:visited { - color:blue } a {