Remove decorations on links

This commit is contained in:
Carlo Piovesan 2022-10-04 15:31:47 +02:00
parent 6119c6ee7e
commit 334760d37a

View file

@ -128,17 +128,17 @@
</div>
<div style="display: flex; flex-direction: row; justify-content: space-before;">
<li style=" margin-right: 50px; height: 100%; display: flex; align-items: center;">
<a href="https://discord.leaningtech.com" target="_blank">
<a href="https://discord.leaningtech.com" target="_blank" style="text-decoration: none">
<div style="color: white; font-family: montserrat; font-weight: 700; font-size: large;">Discord</div>
</a>
</li>
<li style=" margin-right: 50px; height: 100%; display: flex; align-items: center;">
<a href="https://github.com/leaningtech/webvm" target="_blank">
<a href="https://github.com/leaningtech/webvm" target="_blank" style="text-decoration: none" >
<div style="color: white; font-family: montserrat; font-weight: 700; font-size: large;">Github</div>
</a>
</li>
<li style=" margin-right: 50px; height: 100%; display: flex; align-items: center;">
<a id="loginLink" href="#" onclick="startTailscaleAndGetLogin()">
<a id="loginLink" href="#" onclick="startTailscaleAndGetLogin()" style="text-decoration: none">
<div id="networkStatus" style="color: white; font-family: montserrat; font-weight: 700; font-size: large;">Tailscale Login</div>
</a>
</li>