update css
alex wennerberg alex@alexwennerberg.com
Mon, 26 Oct 2020 21:07:05 -0700
1 files changed,
4 insertions(+),
2 deletions(-)
jump to
M
templates/static/style.css
→
templates/static/style.css
@@ -56,14 +56,16 @@ color: red;
} a:visited { - color: blue; + color: black; } a { transition-duration: 0.2s; + font-weight: bold; + color: black; } a:hover { - background-color: blue; + background-color: black; color: white; }