From: Ove Klykken Date: Tue, 29 Jul 2014 15:29:00 +0000 (-0400) Subject: new style for links in Toolbox X-Git-Tag: v1.0.3^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=87870a4c448cf5269ee40b417ce6025704130d71;p=web%2FBigFore.git new style for links in Toolbox --- 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; }