html {
  background-color: #171717 !important;
}
html {
  filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(85%);
  -webkit-filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(85%);
}
body {
  background-color: #fff !important;
}
img,
video,
body * [style*="background-image"] {
  filter: hue-rotate(180deg) contrast(100%) invert(100%);
  -webkit-filter: hue-rotate(180deg) contrast(100%) invert(100%);
}

#cover {
  filter: hue-rotate(180deg) contrast(100%) invert(100%);
  -webkit-filter: hue-rotate(180deg) contrast(100%) invert(100%);
}

#sidebar ul.sidebar-buttons li.sidebar-button .sidebar-button-link {
  color: #141414 !important;
}

#sidebar .sidebar-profile .sidebar-profile-name {
  color: #141414 !important;
}

#sidebar ul.sidebar-buttons li.sidebar-button .sidebar-button-link:active,
#sidebar ul.sidebar-buttons li.sidebar-button .sidebar-button-link:hover {
  text-decoration: none;
  color: #000;
}