Fix UL marker spacing on Firefox

Replaces space with nonbreaking Unicode space
This commit is contained in:
mntn 2021-07-31 20:52:41 -04:00 committed by GitHub
parent 1e6ebdbb52
commit aef1f01402
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);
}