Apply code style suggestion

Co-Authored-By: Ralfs Garkaklis <ralfs@garkaklis.com>
This commit is contained in:
Mu-An 慕安 2020-04-27 10:00:08 -04:00 committed by GitHub
parent c258457c9e
commit e4d19f431e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,9 @@ summary {
display: inline;
}
summary::-webkit-details-marker { display: none; }
summary::-webkit-details-marker {
display: none;
}
details[open] summary {
margin-bottom: 8px;