I'm not sure if this is possible but doesn't anyone know how to change the color of Embedly font titles? In Dark mode, Embedly titles are hard to read because the font is also dark.
Embed.ly inserts its own HTML code with its styles so it's possible to change styles there only via Javascript. You may try to add the RAW block with the code like:
Hello @Devin Young !
Embed.ly inserts its own HTML code with its styles so it's possible to change styles there only via Javascript. You may try to add the RAW block with the code like:
<script>
$("#cards .card .title").css("color", "white");
</script>
at the end of the Homepage.
UPDATE: it seems embed.ly requires the paid plan for such customisations in the dynamic links https://docs.embed.ly/reference/cards#css-customization