Explorar o código

Flatten login screen background color in main theme

Kristan Kenney %!s(int64=6) %!d(string=hai) anos
pai
achega
1823f0afb6
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      web/css/styles.min.css

+ 1 - 2
web/css/styles.min.css

@@ -696,8 +696,7 @@ body {
 .body-login, .body-reset {
   height: auto;
   padding-top: 10%;
-  background-color: #336699;
-  background: linear-gradient(to bottom, rgba(44,92,147,1) 0%,rgba(72,136,186,1) 40%,rgba(127,186,232,1) 100%);
+  background: #5f7eb3 !important;
 }
 
 a {