Update Off-Grid_Activating_Hunting.html

This commit is contained in:
W1LMS 2023-07-18 16:24:15 -07:00 committed by GitHub
parent ad18b2f7b9
commit e836e2ca42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@
/* Seletion between Spotting and Viewing Spots */
.primaryNav {background-color: #293241; text-align: center;}
.primaryNav ul {display: inline-block; list-style-type: none; margin: 0 auto; overflow: hidden; padding: 0;}
.primaryNav ul li {float: left; font-size: 1.5em; margin: 0;}
.primaryNav li {float: left; font-size: 1.5em; margin: 0;}
.primaryNav a {color: #f2f2f2; float: left; padding: 14px 16px; text-decoration: none; width: 150px;}
.primaryNav a:hover {background-color: #98c1d9; color: #293241;}
.primaryNav a.active {background-color: #ee6c4d; color: #e0fbfc; font-weight: bold;}