Compare commits

..

3 Commits

@ -140,6 +140,18 @@ DEALINGS IN THE SOFTWARE.
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 1px; letter-spacing: 1px;
} }
.dead-link {
padding: 12px 0;
background: #00000080;
color: #606060;
text-decoration: none;
border: 2px solid #606060;
border-radius: 4px;
font-weight: bold;
transition: all 0.3s ease;
text-transform: uppercase;
letter-spacing: 1px;
}
.link:hover { .link:hover {
background: #C0C0C040; background: #C0C0C040;
@ -187,12 +199,12 @@ DEALINGS IN THE SOFTWARE.
</div> </div>
<div class="links"> <div class="links">
<a href="#" class="link">Submit Map</a> <a href="#" class="dead-link">Submit Map</a>
<a href="#" class="link">Browse Maps</a> <a href="#" class="dead-link">Browse Maps</a>
<a href="#" class="link">Leaderboards</a> <a href="#" class="dead-link">Leaderboards</a>
<a href="#" class="link">Tutorials</a> <a href="#" class="dead-link">Tutorials</a>
<a href="https://wiki.strafes.net" class="link">Wiki</a> <a href="https://wiki.strafes.net" class="link">Wiki</a>
<a href="#" class="link">Discord</a> <a href="https://discord.gg/Fw8E75X" class="link">Discord</a>
</div> </div>
<!-- Footer --> <!-- Footer -->