body .darkmode {
  background: #292626;
  color: #ddd; }
  body .darkmode .command {
    background: #000; }
  body .darkmode .blink {
    background: #000; }

.wrapper .sidebar li a.darkmode {
  color: #ddd; }

.wrapper .sidebar .menu li a.darkmode.active {
  background: #555; }

.wrapper .sidebar .menu li a.darkmode:hover {
  background: #777; }

div.row.tasks1.darkmode {
  background: #282828; }

div.row.tasks2.darkmode {
  background: #333; }

.task-box.darkmode {
  background: #222; }

.calender-head.darkmode {
  background: #000; }

.calendar-void.darkmode {
  background-color: #242424; }

.calendar-table-td.darkmode {
  background: #333;
  border-color: #333; }

.alternating-table tr:nth-child(odd) .darkmode {
  background: #333; }

.alternating-table tr:nth-child(even) .darkmode {
  background: #444; }

.alternating-table tr:nth-child(1) .darkmode {
  background: #222; }

/*# sourceMappingURL=darkmode.css.map */