diff --git a/src/routes/comps/Profile.svelte b/src/routes/comps/Profile.svelte index 154d3a6..d2adb5d 100644 --- a/src/routes/comps/Profile.svelte +++ b/src/routes/comps/Profile.svelte @@ -33,7 +33,7 @@ <div class="developersProfile snorre-overlay relative pl-1 font-mono"> <NameAndTag name="Snorre" tags={tags} isMobile={isMobile}/> <span> - <p>I'm the diversity hire. (Gay)</p> + <p>I'm the diversity hire. <span class="border-b" style="border-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet); border-image-slice: 1;">(Gay)</span></p> <!-- <p><a href="https://www.linkedin.com/in/snorrealtschul/" target="_blank" style="color:lightblue;">My website</a></p> --> <p><a href="https://spoodythe.one/" target="_blank" style="color:lightblue;">My website</a></p> </span>