From 316d838bcba08e642bc2aef9ce6e39e105f1ed84 Mon Sep 17 00:00:00 2001 From: Shipow Date: Wed, 23 Dec 2015 23:58:08 +0100 Subject: [PATCH] chore(docs): fixs --- docs/css/_home.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/css/_home.scss b/docs/css/_home.scss index 25651c32..b0abe1d2 100644 --- a/docs/css/_home.scss +++ b/docs/css/_home.scss @@ -29,12 +29,13 @@ html, body { border-radius: 0; border: none; background-color: #0B1724; + height: 50px; .navbar-header { position: relative; height: 50px; - font-size: 16px; + font-size: 14px; line-height: 50px; - color: white; + color: #C7C4C3; a:hover { text-decoration: none; }