From 0b7b6d0c8383b1efd8699f8714c1e1ae713d21e5 Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Tue, 20 Oct 2015 12:08:44 +0100 Subject: [PATCH] styles(h3): make h3 stand out a bit more for API and dev guides --- public/resources/css/base/_type.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/resources/css/base/_type.scss b/public/resources/css/base/_type.scss index 856838a58d..e1e6d36a91 100644 --- a/public/resources/css/base/_type.scss +++ b/public/resources/css/base/_type.scss @@ -80,7 +80,7 @@ code { .docs-content h3 { margin: 0px 0px ($unit * 2) 0px; font-size: 24px; - font-weight: 400; + font-weight: 450; opacity: .87; line-height: 32px; }