doc: Don't use italic font for internal references
This commit is contained in:
parent
d6d7f3821f
commit
fd42133d89
|
@ -155,6 +155,10 @@ a:hover {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a.reference.internal em {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
div.body h1,
|
||||
div.body h2,
|
||||
div.body h3,
|
||||
|
|
Loading…
Reference in New Issue