diff --git a/FoodsharingSiegen.Server/Controls/ProspectContainer.razor.scss b/FoodsharingSiegen.Server/Controls/ProspectContainer.razor.scss index c631c5f..9f56597 100644 --- a/FoodsharingSiegen.Server/Controls/ProspectContainer.razor.scss +++ b/FoodsharingSiegen.Server/Controls/ProspectContainer.razor.scss @@ -17,6 +17,7 @@ } .pc-main { + background-color: #FFF; display: flex; flex-direction: column; height: 100%; diff --git a/FoodsharingSiegen.Server/Pages/ForgotPassword.razor b/FoodsharingSiegen.Server/Pages/ForgotPassword.razor index 73df78a..2e7dee5 100644 --- a/FoodsharingSiegen.Server/Pages/ForgotPassword.razor +++ b/FoodsharingSiegen.Server/Pages/ForgotPassword.razor @@ -6,7 +6,7 @@ @AppSettings.Terms.Title - Passwort vergessen -
+
diff --git a/FoodsharingSiegen.Server/Pages/Login.razor b/FoodsharingSiegen.Server/Pages/Login.razor index 0ad92fd..d2face8 100644 --- a/FoodsharingSiegen.Server/Pages/Login.razor +++ b/FoodsharingSiegen.Server/Pages/Login.razor @@ -6,7 +6,7 @@ @AppSettings.Terms.Title - Login -
+
diff --git a/FoodsharingSiegen.Server/Pages/ResetPassword.razor b/FoodsharingSiegen.Server/Pages/ResetPassword.razor index 95a1014..d938bf6 100644 --- a/FoodsharingSiegen.Server/Pages/ResetPassword.razor +++ b/FoodsharingSiegen.Server/Pages/ResetPassword.razor @@ -6,7 +6,7 @@ @AppSettings.Terms.Title - Neues Passwort setzen -
+
diff --git a/FoodsharingSiegen.Server/wwwroot/css/site.scss b/FoodsharingSiegen.Server/wwwroot/css/site.scss index 4f914ba..fb390a6 100644 --- a/FoodsharingSiegen.Server/wwwroot/css/site.scss +++ b/FoodsharingSiegen.Server/wwwroot/css/site.scss @@ -4,6 +4,7 @@ html, body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; + background-color: #f5ffed !important; } h1:focus {