Skip to content

Commit

Permalink
doc: remove redundant properties from headers
Browse files Browse the repository at this point in the history
PR-URL: #31492
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
XhmikosR authored and codebytere committed Mar 30, 2020
1 parent 9a3760d commit d978bb5
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions doc/api_assets/style.css
Expand Up @@ -27,21 +27,29 @@ 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;
margin: 1.5rem 0 1rem;
text-rendering: optimizeLegibility;
}

h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code {
color: inherit;
font-family: inherit;
}

pre,
tt,
code,
Expand Down

0 comments on commit d978bb5

Please sign in to comment.