This commit is contained in:
Willy 2021-09-11 20:19:45 +02:00
parent d6baa603dc
commit e8a13b5b69

View File

@ -33,8 +33,8 @@ h1, h2, h3, h4 {
.login-statusbar {
border-top: 2px solid #fff;
background: rgb(0,149,46);
background: linear-gradient(0deg, rgba(0,149,46,1) 0%, rgba(0,162,67,1) 50%, rgba(0,186,89,1) 100%);
background: rgb(1,152,41);
background: linear-gradient(0deg, rgba(1,152,41,1) 0%, rgba(10,173,56,1) 50%, rgba(0,170,47,1) 100%);
}
.login-statusbar-inner {