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;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dt::marker, dd::marker, dl::marker, li::marker {
|
||||||
|
color: var(--crystalBlue);
|
||||||
|
}
|
||||||
|
|
||||||
.page-info {
|
.page-info {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Loading…
Reference in New Issue
Block a user