Replace summary::-webkit-details-marker with summary::marker in _misc.css

This commit is contained in:
Michael Maxwell 2021-02-21 19:30:15 -08:00 committed by GitHub
parent 279b3fb4f3
commit c157bcf114
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ details > :not(summary) {
margin-top: 0;
}
summary::-webkit-details-marker {
summary::marker {
color: var(--text-main);
}