From 87870a4c448cf5269ee40b417ce6025704130d71 Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Tue, 29 Jul 2014 11:29:00 -0400 Subject: [PATCH] new style for links in Toolbox --- styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles.css b/styles.css index f7fc917..7ccadd8 100644 --- a/styles.css +++ b/styles.css @@ -134,6 +134,11 @@ nav li ul li:first-child { #toolbox { margin: 50px 90px 50px 70px; } +#toolbox a { + text-decoration: none; + font-weight: bold; + color: #005835; + } #toolbox h1 { margin: 0 0 .5em 0; } -- 2.17.1