integrations.css 178 B

12345678
  1. :root {
  2. --bytm-themed-bg: var(--ts-playerpage-color, #030303);
  3. }
  4. #ts-visualizer-container #ThemeSong-Visualizer canvas {
  5. /* Fix for the thumbnail overlay */
  6. z-index: 1;
  7. }