Skip to content

Commit

Permalink
Update styles (list and container line height)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhii Pylypchuk (XB) authored and Serhii Pylypchuk (XB) committed May 18, 2024
1 parent 2ee2303 commit a87d8de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,17 @@ span.token-line.theme-code-block-highlighted-line {
.markdown ul li {
margin-top: 10px;
margin-bottom: 10px;
line-height: 2;
}

::marker {
color: #9c9c9c;
}

/* end list */



p {
line-height: 2;
}

0 comments on commit a87d8de

Please sign in to comment.