From 64f6d568a1d85ed8ef328aebeccf2e979587cb77 Mon Sep 17 00:00:00 2001 From: Shipow Date: Fri, 6 Nov 2015 14:54:03 +0100 Subject: [PATCH] fix(doc): bolder font for the navigation --- docs/css/_documentation.sass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/css/_documentation.sass b/docs/css/_documentation.sass index 92afa5128c..2ac998d373 100644 --- a/docs/css/_documentation.sass +++ b/docs/css/_documentation.sass @@ -12,7 +12,8 @@ height: 100% overflow-y: auto padding: 0 - font-size: 1.3em + font-size: 1.2em + font-weight: bold > ul line-height: 2em list-style: none @@ -32,7 +33,7 @@ color: $brand-primary text-decoration: none ul - font-size: .80em + font-size: .85em padding: 0 0 5px 10px line-height: 1.7em list-style: none