Update code style in heading

Resolves #45
This commit is contained in:
Damien Vitrac 2020-05-13 15:36:07 +02:00
parent a9f9fd4355
commit fb56ec2cab
1 changed files with 8 additions and 0 deletions

View File

@ -1708,3 +1708,11 @@ ul li > p > a {
padding: 0;
}
}
/* Default header styles */
h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 {
*:not(pre)>code, code {
font-size: 90%;
font-weight: bold;
}
}