Hi! How to change the color of the audio player (play) button when hovering?

Not visible at all, especially if there are a lot of audio files
The problem is that if these audio files are inserted with other pages, then when you miss the button you go to other page. VERY INCONVENIENT!
ariehen
2
Could this work?
audio::-webkit-media-controls-play-button:hover {
background-color: orange;
border-radius: 20px;
}

https://help.obsidian.md/Extending+Obsidian/CSS+snippets
Hey @ariehen !

It’s perfect!
Thank you so much for your help!
A huge plus to your karma! 
Have a good day!