forked from tpd94/CDRM-Project
10 lines
160 B
CSS
10 lines
160 B
CSS
@import "tailwindcss";
|
|
|
|
details summary::-webkit-details-marker {
|
|
display: none;
|
|
}
|
|
|
|
details summary {
|
|
list-style: none;
|
|
cursor: pointer;
|
|
} |