diff options
Diffstat (limited to 'xreadthedocs/css/theme_extra.css')
-rw-r--r-- | xreadthedocs/css/theme_extra.css | 7 |
1 files changed, 1 insertions, 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 +} |