10 lines
160 B
CSS
Raw Normal View History

2025-04-28 14:35:53 -04:00
@import "tailwindcss";
details summary::-webkit-details-marker {
display: none;
}
details summary {
list-style: none;
cursor: pointer;
}