body:not(.dark) .dark_svg {
  display: none !important;
}
.dark .light_svg {
  display: none !important;
}
