Also introduce letter spacing to ul and ol

This commit is contained in:
2026-01-19 10:53:31 -08:00
parent bc925780af
commit 05fa04e379

View File

@@ -43,7 +43,7 @@ a {
color: unset;
}
p, a {
p, a, ul, ol {
letter-spacing: 0.2px;
}