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 {