From c513457da76a4d864f706c21312d3def1fc8f8c8 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 12 Apr 2017 13:25:37 +0200 Subject: [PATCH] Make h2 orange in the documentation in new docs With the XSLT stylesheets, most chunk headings are not h2 instead of formerly h1, so make h2 orange as well to match the previous style. --- media/css/docs.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/media/css/docs.css b/media/css/docs.css index 10d6f482..dc8a0686 100644 --- a/media/css/docs.css +++ b/media/css/docs.css @@ -185,6 +185,15 @@ h4 a:hover { text-decoration: none; } +/* + * Change color of h2 chunk titles in XSL build. (In DSSSL build, + * these will be h1, which is already handled elsewhere.) + */ +.titlepage h2.title, +.refnamediv h2 { + color: #EC5800; +} + /* Text Styles */ div.sect2, -- 2.39.5