From 60c2fb68ef2f02579da0c467ce10ce70596ecba5 Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Tue, 29 Jul 2014 11:34:57 -0400 Subject: [PATCH] toolbox links: underline on hover --- styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles.css b/styles.css index 7ccadd8..93a2145 100644 --- a/styles.css +++ b/styles.css @@ -139,6 +139,9 @@ nav li ul li:first-child { font-weight: bold; color: #005835; } +#toolbox a:hover { + text-decoration: underline; + } #toolbox h1 { margin: 0 0 .5em 0; } -- 2.17.1