gear-menu: Inherit body color.

Instead of overriding the default link color with grey, just inherit
the body color.
This commit is contained in:
Brock Whittaker
2017-11-15 16:39:08 -08:00
committed by Steve Howell
parent a77b41dce4
commit 53616cc714

View File

@@ -1745,6 +1745,10 @@ blockquote p {
box-shadow: 0px 0px 5px hsla(0, 0%, 0%, 0.2);
}
.nav .dropdown-menu a {
color: inherit;
}
.nav .dropdown-menu:after {
position: absolute;
width: 0px;