mirror of https://github.com/zulip/zulip.git
portico: Fix gradient on /hello.
This commit is contained in:
parent
9bb7249c42
commit
b94ea6553b
|
@ -1840,7 +1840,7 @@ nav ul li.active::after {
|
|||
height: 0;
|
||||
border-style: solid;
|
||||
border-width: 150px 100vw 0 0;
|
||||
border-color: hsl(0, 0%, 100%) transparent transparent transparent;
|
||||
border-color: hsl(0, 0%, 98%) transparent transparent transparent;
|
||||
}
|
||||
|
||||
.portico-landing.hello .apps .arrow {
|
||||
|
|
Loading…
Reference in New Issue