doc: avoid font-size when :mod: role in headings

This commit is contained in:
Takayuki SHIMIZUKAWA 2019-10-26 15:35:06 +09:00 committed by GitHub
parent 7b9edd49dd
commit 71334def42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -299,6 +299,11 @@ a.headerlink:hover {
color: white!important;
}
/* avoid font-size when :mod: role in headings */
h1 code, h2 code, h3 code, h4 code {
font-size: inherit;
}
cite, code, tt {
font-family: 'Consolas', 'DejaVu Sans Mono',
'Bitstream Vera Sans Mono', monospace;