From 9236e24105bd83739b7c6f90d33a6a86a0129fd2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 15 Sep 2020 22:40:30 +0100 Subject: bitbake: 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. (Bitbake rev: a0f37789493aeb1cd5e82c17459bfa4cf6c0ecd6) Signed-off-by: Richard Purdie --- bitbake/doc/sphinx-static/theme_overrides.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bitbake') diff --git a/bitbake/doc/sphinx-static/theme_overrides.css b/bitbake/doc/sphinx-static/theme_overrides.css index ffa91884a7..4fd76a152a 100644 --- a/bitbake/doc/sphinx-static/theme_overrides.css +++ b/bitbake/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 v1.2.3-54-g00ecf