try to fix style bug
alex wennerberg alex@alexwennerberg.com
Sun, 27 Dec 2020 21:04:14 -0800
1 files changed,
6 insertions(+),
4 deletions(-)
jump to
M
templates/static/style.css
→
templates/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 {