Skip to content

Commit

Permalink
Fix margin for heading, because of css specificity
Browse files Browse the repository at this point in the history
  • Loading branch information
MinThaMie committed Oct 26, 2023
1 parent f2fd920 commit 1a7cba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/styles/table-of-contents.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
margin-bottom: 0;
}

li.toc-heading {
.table-of-contents li.toc-heading {
margin-top: var(--spacing-4);
color: var(--color-gray-600);
}

li.toc-heading:first-child {
.table-of-contents li.toc-heading:first-child {
margin-top: 0;
}

Expand Down

0 comments on commit 1a7cba5

Please sign in to comment.