Skip to content

Commit 1823f0a

Browse files
author
Kristan Kenney
committed
Flatten login screen background color in main theme
1 parent 198e7e4 commit 1823f0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/css/styles.min.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,8 +696,7 @@ body {
696696
.body-login, .body-reset {
697697
height: auto;
698698
padding-top: 10%;
699-
background-color: #336699;
700-
background: linear-gradient(to bottom, rgba(44,92,147,1) 0%,rgba(72,136,186,1) 40%,rgba(127,186,232,1) 100%);
699+
background: #5f7eb3 !important;
701700
}
702701

703702
a {

0 commit comments

Comments
 (0)