From 4c42a1d5110b30ff987c69be6358bcdea4b7aa50 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Wed, 20 Apr 2022 13:12:42 -0500 Subject: [PATCH] fix accent colors not showing --- WebfrontCore/Views/Shared/_Layout.cshtml | 33 ++++++++++++------------ 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/WebfrontCore/Views/Shared/_Layout.cshtml b/WebfrontCore/Views/Shared/_Layout.cshtml index 3e18952c9..70d1e79c6 100644 --- a/WebfrontCore/Views/Shared/_Layout.cshtml +++ b/WebfrontCore/Views/Shared/_Layout.cshtml @@ -12,30 +12,29 @@ - - @if (ViewBag.Configuration.WebfrontPrimaryColor is not null) - { - - } - @if (ViewBag.Configuration.WebfrontSecondaryColor is not null) - { - - } + @if (ViewBag.Configuration.WebfrontPrimaryColor is not null) + { + + } + @if (ViewBag.Configuration.WebfrontSecondaryColor is not null) + { + + } @await RenderSectionAsync("styles", false)