mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
gear-menu: Inherit body color.
Instead of overriding the default link color with grey, just inherit the body color.
This commit is contained in:
committed by
Steve Howell
parent
a77b41dce4
commit
53616cc714
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user