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

View File

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