feat(style): add color to bullets/numbered bullets/etc.
This commit is contained in:
parent
f35df7a613
commit
16461a07b4
@ -341,6 +341,10 @@ li {
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
dt::marker, dd::marker, dl::marker, li::marker {
|
||||
color: var(--crystalBlue);
|
||||
}
|
||||
|
||||
.page-info {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
Loading…
Reference in New Issue
Block a user