From a0f37789493aeb1cd5e82c17459bfa4cf6c0ecd6 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 15 Sep 2020 22:40:30 +0100 Subject: sphinx: theme_override: Use bold for emphasis text This more closely matches the original docbook style and is appropriate given the way the manual uses this element. Signed-off-by: Richard Purdie --- doc/sphinx-static/theme_overrides.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/sphinx-static/theme_overrides.css b/doc/sphinx-static/theme_overrides.css index ffa91884a..4fd76a152 100644 --- a/doc/sphinx-static/theme_overrides.css +++ b/doc/sphinx-static/theme_overrides.css @@ -74,6 +74,10 @@ h6 { font-weight: bold; } +em { + font-weight: bold; +} + .pre { font-size: medium; font-family: Courier, monospace; -- cgit 1.2.3-korg