diff --git a/static/styles/portico/landing-page.scss b/static/styles/portico/landing-page.scss index b43f1c4695..68a34b55f5 100644 --- a/static/styles/portico/landing-page.scss +++ b/static/styles/portico/landing-page.scss @@ -227,17 +227,19 @@ nav.white ul li.active::after { color: hsl(0, 0%, 27%); } -nav.white .brand.logo span { - color: hsl(0, 0%, 27%); -} +nav.white .brand.logo { + span { + color: hsl(0, 0%, 27%); + } -nav.white .brand-logo circle { - fill: hsl(0, 0%, 27%) !important; -} + circle { + fill: hsl(0, 0%, 27%) !important; + } -nav.white .brand-logo path { - fill: hsl(0, 0%, 100%) !important; - stroke: hsl(0, 0%, 100%) !important; + path { + fill: hsl(0, 0%, 100%) !important; + stroke: hsl(0, 0%, 100%) !important; + } } nav.white .hamburger {