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 <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2020-09-15 22:40:30 +01:00
parent 0ce3f64fce
commit 90a47a9c5b

View File

@@ -74,6 +74,10 @@ h6 {
font-weight: bold;
}
em {
font-weight: bold;
}
.pre {
font-size: medium;
font-family: Courier, monospace;