From a278af3a56f0b4d0086f36411173472350f0b42d Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Fri, 28 Jan 2011 08:10:33 -0500 Subject: [PATCH] docs : style tweaks --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 3c5ff7f..09433c0 100644 --- a/css/style.css +++ b/css/style.css @@ -23,7 +23,7 @@ h1, h2, h3, p, ul, ol, pre, dl { margin-bottom: 1.0em; } -h1, h2, #super-list, .element { +h1, h2, #super-list, .element, .tagline { font-family: 'Helvetica Neue', Arial, sans-serif; } @@ -413,6 +413,7 @@ body.doc { background: hsla( 0, 0%, 0%, 0.3 ); color: #1BF; } +#docs-nav ul a:hover, #docs-nav ul .current a:hover { color: white; } #docs-nav ul .current .toc a {