Bläddra i källkod

Remove decorations on links

Carlo Piovesan 2 år sedan
förälder
incheckning
334760d37a
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      index.html

+ 3 - 3
index.html

@@ -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>