list styling

main
Crimson Tome 2021-10-16 03:37:08 +01:00 committed by GitHub
parent 7e39f1b450
commit 0f4a430326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -45,8 +45,10 @@ a[href]:visited {
color: #809fff;
}
ol {
color: #d5cece;
li::before {
content: counter(li); color: #d5cece;
display: inline-block; width: 1em;
margin-left: -1em
}
main {
padding: 1rem;