color-dark.css 285 B

123456789101112131415161718192021
  1. .header{
  2. background-color: #242f42;
  3. }
  4. .login-wrap{
  5. background: #324157;
  6. }
  7. .plugins-tips{
  8. background: #eef1f6;
  9. }
  10. .plugins-tips a{
  11. color: #2887F2;
  12. }
  13. .el-upload--text em {
  14. color: #2887F2;
  15. }
  16. .pure-button{
  17. background: #2887F2;
  18. }
  19. .message-title{
  20. color: #2887F2;
  21. }