From 90a47a9c5bee7645f80e3e277085f13977e71a35 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. (From yocto-docs rev: d49ea9831dc7deccde34c63158afc114d8721857) Signed-off-by: Richard Purdie --- documentation/sphinx-static/theme_overrides.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'documentation/sphinx-static') diff --git a/documentation/sphinx-static/theme_overrides.css b/documentation/sphinx-static/theme_overrides.css index ab00c1cf45..c18053398f 100644 --- a/documentation/sphinx-static/theme_overrides.css +++ b/documentation/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 v1.2.3-54-g00ecf