Browse Source

css color change on login

master
Bruce Lywood 5 years ago
parent
commit
99cf77b57e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      public/css/style.css

+ 1
- 1
public/css/style.css View File

1583
 .form {
1583
 .form {
1584
     position: relative;
1584
     position: relative;
1585
     z-index: 1;
1585
     z-index: 1;
1586
-    background: #FFFFFF;
1586
+    background: rgb(236, 233, 233);
1587
     max-width: 360px;
1587
     max-width: 360px;
1588
     margin: 0 auto 100px;
1588
     margin: 0 auto 100px;
1589
     padding: 45px;
1589
     padding: 45px;

Loading…
Cancel
Save