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:
Brock Whittaker 2017-08-31 16:57:03 -07:00 committed by Tim Abbott
parent 0737f57ccf
commit d0128e052e
1 changed files with 4 additions and 0 deletions

View File

@ -193,6 +193,10 @@ nav {
z-index: 4;
}
nav .brand.logo {
text-decoration: none;
}
nav.white {
background-color: #fff;
}