From 59753833492271cbb552edb49b538291ad258ed0 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Tue, 8 Mar 2016 08:35:34 -0500 Subject: [PATCH] have navbar theme changer text underlined --- contrib/static/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index 0da228a..631fb79 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -230,7 +230,7 @@ a, a:visited, .navbar-link > label { color: darkgray; } -.navbarlink > label { +.navbar-link > label { text-decoration: underline; }