Skip to content

Commit

Permalink
Improve details tag style. (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-ottolenghi authored Aug 14, 2023
1 parent e82d11f commit e025301
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -1252,6 +1252,8 @@ body {
font-weight: bold;
}

.doc details div.content {
margin: 0.5rem 0 0 1.5rem;
.doc details > div.content {
margin: 0.5rem 0 0 0.25rem;
border-left: 1px dashed var(--color-grey-300);
padding-left: 1rem;
}

0 comments on commit e025301

Please sign in to comment.