Fixed status button using the old color scheme
This commit is contained in:
		@@ -620,8 +620,8 @@ body.mobile-nav-active #mobile-nav-toggle {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#status .status-btn:hover {
 | 
					#status .status-btn:hover {
 | 
				
			||||||
  background: #1a82d8;
 | 
					  background: #003777;
 | 
				
			||||||
  border: 2px solid #1a82d8;
 | 
					  border: 2px solid #003777;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Portfolio Section
 | 
					/* 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>
 | 
					          <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>
 | 
				
			||||||
        <div class="col-md-4 status-btn-container">
 | 
					        <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>
 | 
					      </div>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user