color-dark.css 448 B

12345678910111213141516171819202122232425262728
  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: #20a0ff;
  12. }
  13. .el-upload--text em {
  14. color: #20a0ff;
  15. }
  16. .pure-button{
  17. background: #20a0ff;
  18. }
  19. .tags-li.active {
  20. border: 1px solid #409EFF;
  21. background-color: #409EFF;
  22. }
  23. .message-title{
  24. color: #20a0ff;
  25. }
  26. .collapse-btn:hover{
  27. background: rgb(40,52,70);
  28. }