diff --git a/src/Umbraco.Core/Configuration/Models/ContentSettings.cs b/src/Umbraco.Core/Configuration/Models/ContentSettings.cs index 3d10a6b267..e10356fd96 100644 --- a/src/Umbraco.Core/Configuration/Models/ContentSettings.cs +++ b/src/Umbraco.Core/Configuration/Models/ContentSettings.cs @@ -20,8 +20,8 @@ public class ContentSettings internal const string StaticDisallowedUploadFiles = "ashx,aspx,ascx,config,cshtml,vbhtml,asmx,air,axd,xamlx"; internal const bool StaticShowDeprecatedPropertyEditors = false; internal const string StaticLoginBackgroundImage = "login/login.jpg"; - internal const string StaticLoginLogoImage = "login/logo_dark.svg"; - internal const string StaticLoginLogoImageAlternative = "login/logo_light.svg"; + internal const string StaticLoginLogoImage = "login/logo_light.svg"; + internal const string StaticLoginLogoImageAlternative = "login/logo_dark.svg"; internal const bool StaticHideBackOfficeLogo = false; internal const bool StaticDisableDeleteWhenReferenced = false; internal const bool StaticDisableUnpublishWhenReferenced = false; @@ -80,8 +80,8 @@ public class ContentSettings /// of a light background (e.g. in mobile resolutions). /// /// This is the alternative version to the regular logo found at . - [DefaultValue(StaticLoginLogoImage)] - public string LoginLogoImageAlternative { get; set; } = StaticLoginLogoImage; + [DefaultValue(StaticLoginLogoImageAlternative)] + public string LoginLogoImageAlternative { get; set; } = StaticLoginLogoImageAlternative; /// /// Gets or sets a value indicating whether to hide the backoffice umbraco logo or not. diff --git a/src/Umbraco.Web.UI.Login/index.html b/src/Umbraco.Web.UI.Login/index.html index ba0c0f3141..db8045b5de 100644 --- a/src/Umbraco.Web.UI.Login/index.html +++ b/src/Umbraco.Web.UI.Login/index.html @@ -48,7 +48,7 @@