aa548cd6 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent ae0fad36
...@@ -15738,7 +15738,7 @@ div#error-404-wrapper { ...@@ -15738,7 +15738,7 @@ div#error-404-wrapper {
15738 } 15738 }
15739 } 15739 }
15740 15740
15741 .menu-item.menu-item-type-custom.menu-item-object-custom a { 15741 #main-nav .menu-item.menu-item-type-custom.menu-item-object-custom a {
15742 background-color: #183668 !important; 15742 background-color: #183668 !important;
15743 text-transform: uppercase; 15743 text-transform: uppercase;
15744 max-width: unset; 15744 max-width: unset;
...@@ -15749,7 +15749,7 @@ div#error-404-wrapper { ...@@ -15749,7 +15749,7 @@ div#error-404-wrapper {
15749 padding: 10px 20px; 15749 padding: 10px 20px;
15750 text-decoration: none; 15750 text-decoration: none;
15751 } 15751 }
15752 .menu-item.menu-item-type-custom.menu-item-object-custom a:hover { 15752 #main-nav .menu-item.menu-item-type-custom.menu-item-object-custom a:hover {
15753 background-color: #3EAF49 !important; 15753 background-color: #3EAF49 !important;
15754 color: #fff !important; 15754 color: #fff !important;
15755 transition: ease-out 0.5s; 15755 transition: ease-out 0.5s;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -182,7 +182,7 @@ div#error-404-wrapper { ...@@ -182,7 +182,7 @@ div#error-404-wrapper {
182 182
183 } 183 }
184 } 184 }
185 185 #main-nav{
186 .menu-item.menu-item-type-custom.menu-item-object-custom{ 186 .menu-item.menu-item-type-custom.menu-item-object-custom{
187 187
188 a{ 188 a{
...@@ -203,4 +203,5 @@ div#error-404-wrapper { ...@@ -203,4 +203,5 @@ div#error-404-wrapper {
203 color: #fff !important; 203 color: #fff !important;
204 transition: ease-out 0.5s; 204 transition: ease-out 0.5s;
205 } 205 }
206 }
206 } 207 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: the Understrap Contributors 5 Author: the Understrap Contributors
6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors 6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors
7 Template: understrap 7 Template: understrap
8 Version: 1.2.18 8 Version: 1.2.19
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......