I have a simple question. How to use reddit Embed as a light theme? I mean, by default reddit is using dark mode. Currently I'm using dark mode on my website and with reddit embed(dark mode also) i have a conflict, because font-color of embed is also dark and I cannot read anything. So I have to switch reddit embed to light theme. I did research but i didnt found anything. How to use light mode on reddit embed? The way I embed reddit script is like so:
<blockquote class="reddit-card"><a href=${url}></a></blockquote>
url is simply url from reddit post, along with this I'm use reddit script. I will be grateful for help!