From 49374412b350f523b3a322ee36fbf74fd6c0a905 Mon Sep 17 00:00:00 2001 From: "t.ruspekhofer" Date: Wed, 6 Apr 2022 23:21:50 +0200 Subject: [PATCH] changed Sidebar color --- Lieb/Shared/MainLayout.razor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lieb/Shared/MainLayout.razor.css b/Lieb/Shared/MainLayout.razor.css index 5ce0342..9aaa1fb 100644 --- a/Lieb/Shared/MainLayout.razor.css +++ b/Lieb/Shared/MainLayout.razor.css @@ -11,7 +11,7 @@ main { } .sidebar { - background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); + background-image: linear-gradient(180deg, rgb(21 11 181) 0%, #19784c 70%); } .loginText {