Skip to content

Commit

Permalink
Adjust list item marker styling and padding
Browse files Browse the repository at this point in the history
  • Loading branch information
zetxek committed Feb 8, 2025
1 parent 3f52cb1 commit 2792b8c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions assets/scss/_raditian.scss
Original file line number Diff line number Diff line change
Expand Up @@ -686,15 +686,20 @@ textarea:focus {
margin-bottom: 12px;
text-align: left;
}
.section ol,
.section ul{
padding-left: 1.2rem;
}

.section li::before {
content: "";
display: block;
position: absolute;
left: 0;
top: 10px;
width: 4px;
height: 4px;
border-radius: 2px;
top: 8px;
width: 6px;
height: 6px;
border-radius: 4px;
background-color: #000;
}
.header.collapse.show::before,
Expand Down

0 comments on commit 2792b8c

Please sign in to comment.