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

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

10100Obsidian

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!

Could this work?

audio::-webkit-media-controls-play-button:hover {
    background-color: orange;
    border-radius: 20px;
}

CleanShot 2023-09-06 at 17.42.11

https://help.obsidian.md/Extending+Obsidian/CSS+snippets

1 Like

Hey @ariehen !

10102Obsidian

It’s perfect! :call_me_hand: Thank you so much for your help!
A huge plus to your karma! :handshake:

Have a good day!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.