Change all RTE links with interactions

Hi all,

I’m trying to change color of all links in RTE when toggling dark mode. In interactions it’s not possible to add a class that changes all links (only on selected element). I need this for an CMS collection where the client is placing his own links.

Is there a workaround for this, or am i missing something?

https://s-d-playground.webflow.io/dark-mode


Regards,
vanWoods

Already found the solution, i added some custom css to the page. Now it works fine!

a {
color: inherit;
}