Remove decorations on links
This commit is contained in:
parent
6119c6ee7e
commit
334760d37a
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue