mirror of https://github.com/zulip/zulip.git
landing-page: Remove underline from logo text on :hover.
This removes the underline on the logo text on :hover on the product pages.
This commit is contained in:
parent
0737f57ccf
commit
d0128e052e
|
@ -193,6 +193,10 @@ nav {
|
|||
z-index: 4;
|
||||
}
|
||||
|
||||
nav .brand.logo {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
nav.white {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue