Skip to content

Commit

Permalink
added custom css
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinciane DUPERTHUY committed Feb 5, 2024
1 parent 2737827 commit a32c982
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/*
* Style definition lists.
*/
.content :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
margin-top: 1.5rem;
}
.content :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) dt {
margin-top: 0.7rem;
margin-bottom: 0.5rem;
font-weight: bolder;
}
.content :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) dd {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
margin-left: 1.5rem;
}

/*
img {
display: inline-block;
}
.content :where(img):not(:where([class~=not-prose],[class~=not-prose] *)) {
margin-top: 0;
margin-bottom: 0;
}
*/

0 comments on commit a32c982

Please sign in to comment.