Modify main menu items to have shadow only when has-header is on
Summary
Change the styling of main menu items to have shadow only when has-header
is on. The current styling creates issues with high contrast colors.
Possible Fixes
The text-shadow
is applied in header .nav > li > a
element. Modify it so that it will be applied only when .has-header
is present