portico: Fix gradient on /hello.

This commit is contained in:
Alexandra Ciobica 2019-08-20 22:51:32 +03:00 committed by Tim Abbott
parent 9bb7249c42
commit b94ea6553b
1 changed files with 1 additions and 1 deletions

View File

@ -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 {