Skip to content

Commit

Permalink
enhance(docs): distinguish nested definition lists (#9836)
Browse files Browse the repository at this point in the history
Adds indentation and a border on the left.
  • Loading branch information
caugner authored Oct 17, 2023
1 parent 2b214a7 commit f8b48f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/src/document/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,12 @@
padding-left: 0;
}
}

dl {
/* Nested definition list. */
border-left: 1px solid var(--border-primary);
padding-left: 1rem;
}
}

p {
Expand Down

0 comments on commit f8b48f2

Please sign in to comment.