From 3120414e10bd926be5caaff84d6534b9333feb04 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 6 May 2014 20:03:50 +0300 Subject: [PATCH] Use black color for the mobile navbar. It looks cleaner on the white background. --- site/_includes/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/site/_includes/css/style.css b/site/_includes/css/style.css index 561f3e51..e65c9065 100644 --- a/site/_includes/css/style.css +++ b/site/_includes/css/style.css @@ -551,6 +551,7 @@ aside li.current a:before { } .docs-nav-mobile select { + color: #000; width: 100%; }