Skip to content

Commit

Permalink
Fix: styling for level 4 index items broken
Browse files Browse the repository at this point in the history
  • Loading branch information
rg-wood committed Jul 26, 2024
1 parent f346bd2 commit 4a4082b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vellum-doc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ export class VellumDocument extends LitElement {
}
#index h4 {
font: 0.9em inherit;
padding-left: 3em;
font: var(--index-level-4-font, 0.9em 'inherit');
}
#index a {
Expand Down

0 comments on commit 4a4082b

Please sign in to comment.