From 27c7f184c8c1cbbc3c827cfe9682da7516d74162 Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Tue, 29 Jul 2014 12:14:45 -0400 Subject: [PATCH] italic on toolbox links --- styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css b/styles.css index 93a2145..6a5e825 100644 --- a/styles.css +++ b/styles.css @@ -138,6 +138,7 @@ nav li ul li:first-child { text-decoration: none; font-weight: bold; color: #005835; + font-style: italic; } #toolbox a:hover { text-decoration: underline; -- 2.17.1