Created
October 31, 2022 11:58
-
-
Save devmnj/719e46838012f5686fd1f3cf03cf2ef0 to your computer and use it in GitHub Desktop.
Styling inner tag in @htm - Svelte
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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