Skip to content

Commit

Permalink
💄 Improve look of definition lists
Browse files Browse the repository at this point in the history
  • Loading branch information
gwennlbh committed Apr 15, 2024
1 parent 977ae8b commit 6a11d0e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,19 @@
--vp-c-brand-2: #d16f07;
--vp-c-brand-3: #bd6d17;
}

dt {
margin-top: 1em;
font-weight: bold;
}

dt::before {
content: '•';
margin-right: .5ch;
opacity: 0.5;
}

dd {
margin-top: 0.25em;
margin-left: 2.5em;
}

0 comments on commit 6a11d0e

Please sign in to comment.