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.

35 lines
671 B

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