docs: Change <h4> style to use smaller font size than <h3>
authorDonald Hunter <donald.hunter@gmail.com>
Tue, 12 Dec 2023 21:31:37 +0000 (21:31 +0000)
committerJonathan Corbet <corbet@lwn.net>
Fri, 15 Dec 2023 16:03:43 +0000 (09:03 -0700)
commit99aa6117a34eef02c135a7199c709541d4445677
treeabfa3e18056353ee16c3dcf279f1bb8c020d8da0
parent3a21a218a7b6cc92588e6c7a11bfa9b723020094
docs: Change <h4> style to use smaller font size than <h3>

The docs currently have <h3> and <h4> set to the same font size which
makes headings hard to distinguish. <h1> to <h3> already have entries in
sphinx-static/custom.css to shrink their size a bit from the alabaster
theme.

Add <h4> to custom.css and set it to be smaller than <h3>.

Signed-off-by: Donald Hunter <donald.hunter@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20231212213137.98453-1-donald.hunter@gmail.com
Documentation/sphinx-static/custom.css