This commit is contained in:
Willy 2021-09-11 20:39:01 +02:00
parent e8a13b5b69
commit e64701246b

View File

@ -33,8 +33,8 @@ h1, h2, h3, h4 {
.login-statusbar {
border-top: 2px solid #fff;
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%);
background: rgb(38,152,11);
background: linear-gradient(0deg, rgba(38,152,11,1) 0%, rgba(32,172,19,1) 50%, rgba(46,172,16,1) 100%);
}
.login-statusbar-inner {