diff --git a/SubBox/Models/AppSettings.cs b/SubBox/Models/AppSettings.cs index 1434311..f04a43c 100644 --- a/SubBox/Models/AppSettings.cs +++ b/SubBox/Models/AppSettings.cs @@ -51,9 +51,9 @@ public enum DownloadQuality { H2160F60, H2160F30, H1440F60, H1440F30, H1080F60, [JsonProperty] public static string PicOfTheDayUser { get; set; } [JsonProperty] - public static string Username { get; set; } + public static string Username { get; set; } = "Enter Username here..."; [JsonProperty] - public static string Notes { get; set; } + public static string Notes { get; set; } = "Enter your notes here..."; [JsonProperty] public static bool FirstStart { get; set; } [JsonProperty] diff --git a/SubBox/wwwroot/css/index.css b/SubBox/wwwroot/css/index.css index 73523da..17776c7 100644 --- a/SubBox/wwwroot/css/index.css +++ b/SubBox/wwwroot/css/index.css @@ -933,7 +933,7 @@ nav div { height: auto; padding: 0; background-color: var(--nav_bg_t); - backdrop-filter: blur(10px); + backdrop-filter: blur(20px); z-index: 500; border: 1px solid var(--video_bd_bot); border-left: none; diff --git a/SubBox/wwwroot/index.html b/SubBox/wwwroot/index.html index d95b1f0..5ff8083 100644 --- a/SubBox/wwwroot/index.html +++ b/SubBox/wwwroot/index.html @@ -301,7 +301,7 @@
Since {{settings.FirstUse}}