aa548cd6 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent ae0fad36
......@@ -15738,7 +15738,7 @@ div#error-404-wrapper {
}
}
.menu-item.menu-item-type-custom.menu-item-object-custom a {
#main-nav .menu-item.menu-item-type-custom.menu-item-object-custom a {
background-color: #183668 !important;
text-transform: uppercase;
max-width: unset;
......@@ -15749,7 +15749,7 @@ div#error-404-wrapper {
padding: 10px 20px;
text-decoration: none;
}
.menu-item.menu-item-type-custom.menu-item-object-custom a:hover {
#main-nav .menu-item.menu-item-type-custom.menu-item-object-custom a:hover {
background-color: #3EAF49 !important;
color: #fff !important;
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 {
}
}
#main-nav{
.menu-item.menu-item-type-custom.menu-item-object-custom{
a{
......@@ -203,4 +203,5 @@ div#error-404-wrapper {
color: #fff !important;
transition: ease-out 0.5s;
}
}
}
\ No newline at end of file
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.18
Version: 1.2.19
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......