From aa57fc40346e93cb1186395f033b7ac2169a0fa1 Mon Sep 17 00:00:00 2001 From: Eric Wieser Date: Mon, 15 Feb 2021 17:05:48 +0000 Subject: DOC: remove layout overrides for headers Addresses gh-18321. Also fixes a typo where `font-style` instead of `font-family` was used. Since the font boldness and letter-spacing choices were built on top of this mistake, they were removed too. If someone feels the pydata-sphinx-theme would look nicer with some layout tweaks, I would strongly encourage them to adjust the theme itself upstream. --- doc/source/_static/numpy.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/doc/source/_static/numpy.css b/doc/source/_static/numpy.css index 22d08cc0d..53b610bf1 100644 --- a/doc/source/_static/numpy.css +++ b/doc/source/_static/numpy.css @@ -18,14 +18,8 @@ pre, code { } h1 { - font-style: "Lato", sans-serif; + font-family: "Lato", sans-serif; color: #013243; /* warm black */ - font-weight: 700; - letter-spacing: -.04em; - text-align: right; - margin-top: 3rem; - margin-bottom: 4rem; - font-size: 3rem; } -- cgit v1.2.1