Fixed status button using the old color scheme

This commit is contained in:
Ethan N. Paul 2018-02-04 20:47:40 -05:00
parent 39482716d7
commit dc9cbc5a81
2 changed files with 3 additions and 3 deletions

View File

@ -620,8 +620,8 @@ body.mobile-nav-active #mobile-nav-toggle {
}
#status .status-btn:hover {
background: #1a82d8;
border: 2px solid #1a82d8;
background: #003777;
border: 2px solid #003777;
}
/* Portfolio Section

View File

@ -220,7 +220,7 @@
<p class="status-text">Having trouble accessing a network service? Soon you'll be able to check my network's status online and let me know if there are problems!</p>
</div>
<div class="col-md-4 status-btn-container">
<a class="disabled status-btn" href="#status">Coming Soon!</a>
<a class="status-btn" href="#status">Coming Soon!</a>
</div>
</div>
</div>