Skip to content

Instantly share code, notes, and snippets.

@devmnj
Created October 31, 2022 11:58
Show Gist options
  • Save devmnj/719e46838012f5686fd1f3cf03cf2ef0 to your computer and use it in GitHub Desktop.
Save devmnj/719e46838012f5686fd1f3cf03cf2ef0 to your computer and use it in GitHub Desktop.
Styling inner tag in @htm - Svelte
<div class=" mb-1 text-lg">
<style>
a:hover {
color: orange;
}
</style>
{@html html}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment