antpro.dark.css 515 B

12345678910111213141516171819202122232425
  1. .dark-pro-card {
  2. background-color: rgba(255, 255, 255, 0.1);
  3. color: unset;
  4. }
  5. .dark-pro-table-list-toolbar-setting-item {
  6. color: unset;
  7. }
  8. .dark-space-item {
  9. color: unset;
  10. }
  11. .dark-pro-table .dark-pro-table-search {
  12. background-color: unset;
  13. }
  14. .dark-pro-table-alert-info {
  15. color: unset;
  16. }
  17. .dark-pro-card-statistic .dark-statistic-title {
  18. color: rgba(150, 150, 150, 0.88);
  19. }
  20. .dark-pro-card .dark-pro-card-title {
  21. color: rgba(150, 150, 150, 0.88);
  22. }
  23. .dark-pro-table-list-toolbar-title {
  24. color: unset;
  25. }