diff --git a/static/styles/portico/landing-page.scss b/static/styles/portico/landing-page.scss index a6c2967a94..c8fb0670c2 100644 --- a/static/styles/portico/landing-page.scss +++ b/static/styles/portico/landing-page.scss @@ -225,8 +225,14 @@ nav.white li { } } -nav.white ul li.active::after { - color: hsl(0, 0%, 27%); +nav.white ul { + li { + &.active { + &::after { + color: hsl(0, 0%, 27%); + } + } + } } nav.white .brand.logo {