From f426b2d17830a75d96a3b6e919b006767c6db78f Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 28 Oct 2017 20:20:42 +0200 Subject: css: drop heading colors Have them straight black instead of blue. --- xreadthedocs/css/theme_extra.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/xreadthedocs/css/theme_extra.css b/xreadthedocs/css/theme_extra.css index 3631418..bb41100 100644 --- a/xreadthedocs/css/theme_extra.css +++ b/xreadthedocs/css/theme_extra.css @@ -8,11 +8,6 @@ body { } */ -h3, h4, h5, h6 { - color: #2980b9; - font-weight: 300 -} - /* * Sphinx doesn't have support for section dividers like we do in * MkDocs, this styles the section titles in the nav @@ -234,4 +229,4 @@ div.wy-nav-content { html, body { /* make sure long tables are not cut off */ overflow-x: auto !important; -} \ No newline at end of file +} -- cgit v1.2.3