Skip to content

Commit

Permalink
Make headers stand out in API reference (#22948)
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Dec 3, 2021
1 parent f3149ba commit f9ceca4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions files/main.css
Expand Up @@ -316,6 +316,11 @@ h1 a {
padding-top: 12px;
}

#panel #content h3 {
color: var(--text-color);
font-weight: 900;
}

#panel #content a {
position: relative;
color: var(--text-color);
Expand Down

0 comments on commit f9ceca4

Please sign in to comment.