Merge pull request #7 from mntn-xyz/patch-4

Fix UL marker spacing on Firefox
This commit is contained in:
Joe Roe 2021-08-09 13:27:35 +02:00 committed by GitHub
commit f68304f3d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ ol ol {
}
ul li::marker {
content: ' ';
content: '\00A0';
color: var(--bright-bg);
}