aboutsummaryrefslogtreecommitdiff
path: root/xreadthedocs/css
diff options
context:
space:
mode:
authorJakob Unterwurzacher2017-10-28 20:20:42 +0200
committerJakob Unterwurzacher2017-10-28 20:20:42 +0200
commitf426b2d17830a75d96a3b6e919b006767c6db78f (patch)
treefb874e19e6209aeb6b68a789661f0801bde4939b /xreadthedocs/css
parent4c617aa6ab616a43741f647dd22065f201fad561 (diff)
css: drop heading colors
Have them straight black instead of blue.
Diffstat (limited to 'xreadthedocs/css')
-rw-r--r--xreadthedocs/css/theme_extra.css7
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
+}