Customize arrow slideshow

hi i have mini issues with horizon theme, i dont know this is theme issues or not but, i want to custom arrow like this, but i cant.

i change code at snippets slideshow-arrow.liquid then i try to test with background color red with important, instead a cyan color appears. thats make me confused.Screenshot-2025-12-02-162748 hosted at ImgBB — ImgBB

That’s because there is this code mix-blend-mode: difference; which makes arrows visible on any background, but also, yes, it will also kinda inverse your background color.

oh so this is the problem, thanks for the solution. my code has fixed