I am using the details element in HTML and I can't use CSS. Only HTML.
<details>
<summary>Details</summary>
Something small enough to escape casual notice.
</details>
This gives me a black arrow. Will it be possible to change the color or the arrow and maybe the size/styling using HTML only? I can't use CSS.