bceb77bd by Jeff Balicki

ssss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 52ab185b
...@@ -15752,8 +15752,9 @@ div#error-404-wrapper { ...@@ -15752,8 +15752,9 @@ div#error-404-wrapper {
15752 text-decoration: none; 15752 text-decoration: none;
15753 } 15753 }
15754 #navbarNavDropdown .menu-item.menu-item-type-custom.menu-item-object-custom a:hover { 15754 #navbarNavDropdown .menu-item.menu-item-type-custom.menu-item-object-custom a:hover {
15755 background-color: #3EAF49 !important; 15755 background-color: #183668 !important;
15756 color: #fff !important; 15756 color: #fff !important;
15757 box-shadow: inset 300px 0 0 0 #3EAF49;
15757 transition: ease-out 0.5s; 15758 transition: ease-out 0.5s;
15758 } 15759 }
15759 15760
......
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.
...@@ -199,8 +199,9 @@ div#error-404-wrapper { ...@@ -199,8 +199,9 @@ div#error-404-wrapper {
199 } 199 }
200 200
201 a:hover{ 201 a:hover{
202 background-color: #3EAF49 !important; 202 background-color:#183668 !important;
203 color: #fff !important; 203 color: #fff !important;
204 box-shadow: inset 300px 0 0 0 #3EAF49;
204 transition: ease-out 0.5s; 205 transition: ease-out 0.5s;
205 } 206 }
206 } 207 }
......
...@@ -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.20 8 Version: 1.2.21
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
......