mirror of
https://github.com/Wessel/portfolio.git
synced 2026-06-06 03:15:42 +02:00
fix: Underline in social icons, linkedIn link
This commit is contained in:
@@ -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">​</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">​</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">​</i></a>
|
||||
<a draggable="false" href="https://discord.com/channels/@me/107130754189766656"><i
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -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';}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user