darkMode.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. :root {
  2. --main-modal-background: #121212;
  3. }
  4. body, .tabs, .card, .modal, input, .collapsible-header{
  5. background-color: #121212;
  6. color: white;
  7. }
  8. input[type=range]::-webkit-slider-runnable-track{
  9. background-color: #0B0B0B;
  10. }
  11. input[type=range] {
  12. border: 1px solid #121212;
  13. }
  14. /*nav{
  15. filter: hue-rotate(220deg);
  16. }
  17. #slide-out div.user-view>div.background{
  18. filter: hue-rotate(220deg);
  19. }*/
  20. #modal_login{
  21. background-color: #23232c;
  22. }
  23. .sidenav, .dropdown-content li>span{
  24. background-color: #121212;
  25. }
  26. .sidenav li>a{
  27. color: #d8d8d8
  28. }
  29. .sidenav li>a:hover{
  30. background-color: rgba(255,255,255,0.05);
  31. }
  32. .sidenav li>a>i.material-icons{
  33. color: white;
  34. }
  35. .select-wrapper .caret{
  36. fill: white;
  37. }
  38. .divider{
  39. background-color: #d8d8d8;
  40. }
  41. .collapsible-header, .collapsible{
  42. border-color: #353535;
  43. }
  44. table.striped>tbody>tr:nth-child(odd){
  45. background-color: #212121
  46. }
  47. ::-webkit-scrollbar-track, .progress{
  48. background-color: #1d1d1d;
  49. }
  50. ::-webkit-scrollbar-thumb {
  51. background: #4373E8;
  52. }
  53. body::-webkit-scrollbar-track {
  54. background: #1d1d1d;
  55. }
  56. body::-webkit-scrollbar-thumb {
  57. background: #4373E8;
  58. }
  59. .modal-footer{
  60. background-color: #121212 !important;
  61. }
  62. #page_footer{
  63. background-color: #1e1e1e;
  64. color: white
  65. }
  66. .btn-flat{
  67. color: #c3c3c3;
  68. }
  69. .chip{
  70. background-color: #1d1d1d;
  71. color: white;
  72. }
  73. table.highlight>tbody>tr:hover{
  74. background-color: #212121;
  75. }