Skip to content

Commit

Permalink
fix: lists
Browse files Browse the repository at this point in the history
  • Loading branch information
openscript committed Dec 18, 2023
1 parent e5709ba commit 9344478
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions styles/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,6 @@ html {
font-weight: bold;
}

ul li::marker {
content: '> ';
}

ul li li::marker {
content: '- ';
}

h1,
h2,
h3,
Expand Down Expand Up @@ -114,6 +106,18 @@ h6 {
font-size: 0.7rem;
}

.slidev-layout ul li::marker {
content: '> ';
}

.slidev-layout ul li li::marker {
content: '- ';
}

.slidev-layout li {
margin-left: 2rem;
}

.slidev-layout {
padding: 3rem 3rem;
z-index: 1 !important;
Expand Down

0 comments on commit 9344478

Please sign in to comment.