bullets in ul
This commit is contained in:
@@ -396,6 +396,26 @@ textarea {
|
||||
padding-left: 1.35rem;
|
||||
}
|
||||
|
||||
.md-content ul > li {
|
||||
position: relative;
|
||||
padding-left: 1.1rem;
|
||||
}
|
||||
|
||||
.md-content ul > li::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0.76em;
|
||||
width: 0.36rem;
|
||||
height: 0.36rem;
|
||||
border-radius: 9999px;
|
||||
background: hsl(188 86% 62%);
|
||||
box-shadow:
|
||||
0 0 0 2px hsl(188 86% 62% / 0.12),
|
||||
0 0 10px hsl(188 86% 62% / 0.42);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
.md-content li + li {
|
||||
margin-top: 0.3rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user