From ac66ef3a98fae0ae824b17a58c749e44622db34e Mon Sep 17 00:00:00 2001 From: Alexander Surma Date: Thu, 2 Jul 2015 18:44:10 +0100 Subject: [PATCH] Fix header styling rule --- docs/_assets/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/_assets/main.css b/docs/_assets/main.css index 8ceb37ff..e18bf575 100644 --- a/docs/_assets/main.css +++ b/docs/_assets/main.css @@ -426,7 +426,9 @@ body:not(.about) .mdl-navigation__link.download > button { color: #c2185b; } -.docs-text-styling h2, h3, h4 { +.docs-text-styling h2, +.docs-text-styling h3, +.docs-text-styling h4 { font-size: 16px; color: rgba(0, 0, 0, 0.54); font-weight: 500;