Compare commits
No commits in common. "master" and "master" have entirely different histories.
22
index.html
22
index.html
@ -140,18 +140,6 @@ 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;
|
||||||
@ -199,12 +187,12 @@ DEALINGS IN THE SOFTWARE.
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="links">
|
<div class="links">
|
||||||
<a href="https://maps.strafes.net/submit" class="link">Submit Map</a>
|
<a href="#" class="link">Submit Map</a>
|
||||||
<a href="https://maps.strafes.net/maps" class="link">Browse Maps</a>
|
<a href="#" class="link">Browse Maps</a>
|
||||||
<a href="#" class="dead-link">Leaderboards</a>
|
<a href="#" class="link">Leaderboards</a>
|
||||||
<a href="#" class="dead-link">Tutorials</a>
|
<a href="#" class="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="https://discord.gg/Fw8E75X" class="link">Discord</a>
|
<a href="#" class="link">Discord</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user