diff --git a/app/javascript/src/styles/common/navigation.scss b/app/javascript/src/styles/common/navigation.scss index 3c7496d43..d26bf90a2 100644 --- a/app/javascript/src/styles/common/navigation.scss +++ b/app/javascript/src/styles/common/navigation.scss @@ -325,4 +325,11 @@ nav.navigation, body.nav-toggled nav.navigation { } } } -} \ No newline at end of file +} + +// Tweak for the secondary menu on desktop +body.c-static.a-home { + @include window-larger-than(800px) { + menu.nav-secondary { background: transparent; } + } +} diff --git a/app/views/layouts/_nav.html.erb b/app/views/layouts/_nav.html.erb index 5ec4699fa..731a4099a 100644 --- a/app/views/layouts/_nav.html.erb +++ b/app/views/layouts/_nav.html.erb @@ -10,11 +10,7 @@