You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
707 B

  1. /* bootstrap overwrite dark */
  2. body {
  3. background: #424242!important;
  4. }
  5. a {
  6. color: #9575CD!important;
  7. }
  8. .panel-heading {
  9. border-radius: 0px!important;
  10. }
  11. .panel-title a {
  12. background: rgba(0,0,0,0)!important;
  13. text-decoration: none;
  14. }
  15. .panel-body {
  16. background: #212121;
  17. color: #ffffff;
  18. }
  19. .list-group-item {
  20. background: rgba(0,0,0,0)!important;
  21. }
  22. .list-group-item:hover {
  23. background: rgba(255, 255, 255, 0.2)!important;
  24. }
  25. .list-group-item p {
  26. color: #ffffff!important;
  27. }
  28. .list-group-item a {
  29. color: #9575CD!important;
  30. }
  31. .list-group-item-text {
  32. color: #9575CD!important;
  33. }
  34. .table-hover tbody tr:hover {
  35. background-color: rgba(245, 245, 245, 0.2)!important;
  36. }