Fixed status button using the old color scheme
This commit is contained in:
parent
39482716d7
commit
dc9cbc5a81
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user