fix: Underline in social icons, linkedIn link

This commit is contained in:
2025-03-11 11:26:31 +01:00
parent 1f731ee70b
commit 766633ee3b
3 changed files with 8 additions and 5 deletions

View File

@@ -62,8 +62,8 @@
<h1 class="name">Wessel Tip</h1>
<h2 class="title">Developer, Photographer</h2>
<div class="icon_set socials unselectable">
<a draggable="false" href="https://linkedin.com/wessel"><i class="glyph linkedin hyper white"
data-bs-toggle="tooltip" data-bs-placement="bottom" title="contact@wessel.gg">&#8203;</i></a>
<a draggable="false" href="https://www.linkedin.com/in/wesseltip"><i class="glyph linkedin hyper white"
data-bs-toggle="tooltip" data-bs-placement="bottom" title="@wesseltip">&#8203;</i></a>
<a draggable="false" href="https://github.com/wessel"><i class="glyph github hyper white"
data-bs-toggle="tooltip" data-bs-placement="bottom" title="@Wessel">&#8203;</i></a>
<a draggable="false" href="https://discord.com/channels/@me/107130754189766656"><i

File diff suppressed because one or more lines are too long

View File

@@ -42,7 +42,10 @@
.icon_set {
a { color: #eee ;}
a {
color: #eee;
text-decoration: none;
}
i {
transition: .3s color;
@@ -77,4 +80,4 @@
&.svelte:before { content: '\0AEC';}
&.react:before { content: '\0AED';}
&.nginx:before { content: '\0AEE';}
}
}