Remove decorations on links
This commit is contained in:
parent
6119c6ee7e
commit
334760d37a
@ -128,17 +128,17 @@
|
|||||||
</div>
|
</div>
|
||||||
<div style="display: flex; flex-direction: row; justify-content: space-before;">
|
<div style="display: flex; flex-direction: row; justify-content: space-before;">
|
||||||
<li style=" margin-right: 50px; height: 100%; display: flex; align-items: center;">
|
<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>
|
<div style="color: white; font-family: montserrat; font-weight: 700; font-size: large;">Discord</div>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li style=" margin-right: 50px; height: 100%; display: flex; align-items: center;">
|
<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>
|
<div style="color: white; font-family: montserrat; font-weight: 700; font-size: large;">Github</div>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li style=" margin-right: 50px; height: 100%; display: flex; align-items: center;">
|
<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>
|
<div id="networkStatus" style="color: white; font-family: montserrat; font-weight: 700; font-size: large;">Tailscale Login</div>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user