Skip to content

Commit

Permalink
adjust bullet style
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Oct 8, 2024
1 parent fc04f61 commit 3f59c62
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/components/SContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@
.SContent :deep(ul > li::before) {
position: absolute;
top: 8px;
top: 9px;
left: 2px;
width: 8px;
height: 8px;
width: 6px;
height: 6px;
border-radius: 50%;
background-color: var(--c-text-3);
background-color: var(--c-text-1);
content: "";
}
Expand All @@ -106,7 +106,7 @@
.SContent :deep(ol > li::before) {
margin-right: 3px;
margin-left: -20px;
color: var(--c-text-2);
color: var(--c-text-1);
font-feature-settings: "tnum";
content: counter(s-medium-counter)". ";
}
Expand Down

0 comments on commit 3f59c62

Please sign in to comment.