diff --git a/Moonlight/Core/CoreFeature.cs b/Moonlight/Core/CoreFeature.cs index dcd19184..e7ad9e81 100644 --- a/Moonlight/Core/CoreFeature.cs +++ b/Moonlight/Core/CoreFeature.cs @@ -114,6 +114,7 @@ public class CoreFeature : MoonlightFeature context.AddAsset("Core", "js/alerter.js"); // - Css + context.AddAsset("Core", "css/theme.css"); context.AddAsset("Core", "css/blazor.css"); context.AddAsset("Core", "css/boxicons.css"); context.AddAsset("Core", "css/sweetalert2dark.css"); diff --git a/Moonlight/Moonlight.csproj b/Moonlight/Moonlight.csproj index a7a07a4c..bfd080f9 100644 --- a/Moonlight/Moonlight.csproj +++ b/Moonlight/Moonlight.csproj @@ -77,7 +77,6 @@ - diff --git a/Moonlight/Pages/_Host.cshtml b/Moonlight/Pages/_Host.cshtml index b90a9547..bb49475b 100644 --- a/Moonlight/Pages/_Host.cshtml +++ b/Moonlight/Pages/_Host.cshtml @@ -28,11 +28,6 @@ } } - - - - - diff --git a/Moonlight/Styles/build.bat b/Moonlight/Styles/build.bat index 19e34edd..a2e79953 100644 --- a/Moonlight/Styles/build.bat +++ b/Moonlight/Styles/build.bat @@ -1,2 +1,2 @@ @echo off -sass style.scss ../wwwroot/css/theme.css \ No newline at end of file +sass style.scss ../Assets/Core/css/theme.css \ No newline at end of file