From 6da5d051d9a78d2b19570bba43b54550490010ed Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 14 Oct 2018 22:29:26 -0400 Subject: [PATCH] Made links less impossible to read in dark mode --- stroll.html | 4 +++- style.css | 13 +++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/stroll.html b/stroll.html index 35227e0..a183186 100644 --- a/stroll.html +++ b/stroll.html @@ -1142,7 +1142,9 @@
- +
  • + It's on :D +
  • diff --git a/style.css b/style.css index 00706aa..1094986 100644 --- a/style.css +++ b/style.css @@ -465,20 +465,25 @@ body.light a:visited { } body.light a:hover { - color: #0000EE; + color: #2222EE; } body.dark a { - color: #0000FF; + color: #8888FF; text-decoration: none; } body.dark a:visited { - color: #0000DD; + color: #8888DD; } body.dark a:hover { - color: #0000EE; + color: #AAAAEE; +} + +a:hover { + text-shadow: 0px 0px 5px #eeeeff; + text-decoration: none; } .character-build {