From 00290eb90c65de9b989b3b5badd858a672cb843d Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Thu, 30 Nov 2017 20:36:37 +0100 Subject: Added link hover, removed link decoration. --- stylesheets/styles.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/stylesheets/styles.css b/stylesheets/styles.css index a33d589..d5a861f 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -64,3 +64,12 @@ input, button { letter-spacing: .1px; text-rendering: optimizeLegibility; } + +a { +text-decoration: none; +} + +a:hover, a:focus { + color: #165d16; + text-decoration: underline; +} -- cgit 1.4.1