doc: remove redundant properties from headers

PR-URL: https://github.com/nodejs/node/pull/31492
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
pull/31557/head
XhmikosR 2020-01-22 14:53:37 +02:00 committed by Anna Henningsen
parent 3d456b1868
commit 70c32a6d19
No known key found for this signature in database
GPG Key ID: 9C63F3A6CD2AD8F9
1 changed files with 16 additions and 8 deletions

View File

@ -27,14 +27,12 @@ h4, h4 code { font-size: 1.5rem; }
h5, h5 code { font-size: 1.25rem; }
h6, h6 code { font-size: 1rem; }
h1, h1 code,
h2, h2 code,
h3, h3 code,
h4, h4 code,
h5, h5 code,
h6, h6 code {
color: inherit;
font-family: inherit;
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700;
line-height: inherit;
position: relative;
@ -42,6 +40,16 @@ h6, h6 code {
text-rendering: optimizeLegibility;
}
h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code {
color: inherit;
font-family: inherit;
}
pre,
tt,
code,