Z14IT-CW2/evolution_of_the_internet/eoti_assets/eoti.css

6 lines
104 B
CSS
Raw Normal View History

2020-04-16 20:52:07 +00:00
details > summary {
list-style: none;
}
details > summary::-webkit-details-marker {
display: none;
2020-04-16 20:49:52 +00:00
}