-
Hello, my question is pretty straight forward: For example I have this code: #wavesurfer ::part(progress) {
background-color: red; // work
color: blue; // don't work
} I assume that my code is wrong but is there a way to style the waveform itself? That would greatly help me because my app is themed through css variables. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
katspaugh
Mar 27, 2025
Replies: 1 comment 1 reply
-
You can somewhat influence the color of the waveform via mix-blend-mode and background color, but it won't be as precise as just setting it via the JS options. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jestin-g
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can somewhat influence the color of the waveform via mix-blend-mode and background color, but it won't be as precise as just setting it via the JS options.