Forum How do I...?

how to right-justify ol numbers?

chrisryland
.document-body ol > li::marker {
text-align: right;
}

doesn't work.