Fix theme color application on guest navbar

This commit is contained in:
Andreas Nedbal 2022-04-10 02:37:11 +02:00 committed by Andreas Nedbal
parent 2ebe96be17
commit 249de5b1ee
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
%nav.navbar.navbar-dark.navbar-expand-lg.bg-primary.fixed-top{ role: :navigation }
%nav.navbar.navbar-themed.navbar-expand-lg.bg-primary.fixed-top{ role: :navigation }
.container{ class: ios_web_app? ? 'ios-web-app' : '' }
%a.navbar-brand{ href: '/' }= APP_CONFIG['site_name']
%button.navbar-toggler{ data: { target: '#j2-main-navbar-collapse', toggle: :collapse }, type: :button }