Fix syntax error that causes some CSS to not apply (#3635)

This commit is contained in:
Markus Thömmes 2021-05-25 14:13:38 +02:00 committed by GitHub
parent 8e054aa73f
commit 3f11a3b1d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
} }
.md-typeset > h1:first-of-type { .md-typeset > h1:first-of-type {
margin: 0 0 0.75em; margin: 0 0 0.75em;
}
.md-version__list li:nth-last-child(1) a { .md-version__list li:nth-last-child(1) a {
color: gray; color: gray;