From 455ba9340388b2b38f504e7696ad7e6a9183913c Mon Sep 17 00:00:00 2001 From: Ir1dXD Date: Sat, 3 Nov 2018 16:14:07 +0800 Subject: [PATCH] style: update the hx --- docs/_static/css/extra.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/_static/css/extra.css b/docs/_static/css/extra.css index 8144a99d..e1d6e84d 100644 --- a/docs/_static/css/extra.css +++ b/docs/_static/css/extra.css @@ -52,3 +52,27 @@ span.mjpage__block > svg { .md-nav__list { z-index: 12; } + +h1 { + font-weight: 450 !important; +} + +h2 { + font-size: 2.8rem !important; + font-weight: 450 !important; +} + +h3 { + font-size: 2.4rem !important; + font-weight: 450 !important; +} + +h4 { + font-size: 2.0rem !important; + font-weight: 450 !important; +} + +h5 { + font-size: 1.6rem !important; +} + -- 2.11.0