Skip to content

Commit

Permalink
r122
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 authored Oct 28, 2020
1 parent 35af851 commit d3b006e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions files/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -304,18 +304,18 @@ h1 a {
margin: 1px 0;
}

#panel #content h2 {
#panel #content h2:not(.hidden) {
margin-top: 16px;
border-top: none;
padding-top: 0;
}

#panel #content h2:not(.hidden) ~ h2 {
margin-top: 32px;
border-top: var(--border-style);
padding-top: 12px;
}

#panel #content h2:first-child {
margin-top: 16px !important;
border-top: none;
padding-top: 0;
}

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

0 comments on commit d3b006e

Please sign in to comment.