mirror of
https://github.com/Wessel/portfolio.git
synced 2026-06-08 14:19:04 +02:00
fix: Underline in social icons, linkedIn link
This commit is contained in:
@@ -62,8 +62,8 @@
|
|||||||
<h1 class="name">Wessel Tip</h1>
|
<h1 class="name">Wessel Tip</h1>
|
||||||
<h2 class="title">Developer, Photographer</h2>
|
<h2 class="title">Developer, Photographer</h2>
|
||||||
<div class="icon_set socials unselectable">
|
<div class="icon_set socials unselectable">
|
||||||
<a draggable="false" href="https://linkedin.com/wessel"><i class="glyph linkedin hyper white"
|
<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="contact@wessel.gg">​</i></a>
|
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"
|
<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>
|
data-bs-toggle="tooltip" data-bs-placement="bottom" title="@Wessel">​</i></a>
|
||||||
<a draggable="false" href="https://discord.com/channels/@me/107130754189766656"><i
|
<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 {
|
.icon_set {
|
||||||
a { color: #eee ;}
|
a {
|
||||||
|
color: #eee;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
i {
|
i {
|
||||||
transition: .3s color;
|
transition: .3s color;
|
||||||
|
|||||||
Reference in New Issue
Block a user