Просмотр исходного кода

Flatten login screen background color in main theme

Kristan Kenney 6 лет назад
Родитель
Сommit
1823f0afb6
1 измененных файлов с 1 добавлено и 2 удалено
  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 {