feat(style): add color to bullets/numbered bullets/etc.

This commit is contained in:
Price Hiller 2023-12-14 22:48:06 -06:00
parent f35df7a613
commit 16461a07b4
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -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;