1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-05 12:48:04 +02:00

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

View File

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