/* wintidal skin: Glass (default)
   The default look lives in css/style.css; this file exists so every skin is switched the
   same way. Put overrides for the default here, or copy this file to css/skins/<name>.css,
   register <name> in SKINS (frontend/js/app.js) and override tokens or rules at will. */

:root {
  --viz-color: #ffffff;
  --viz-bg: #000000;
}

/* big transport beside the visualizer */
.now-transport .icon-btn, .now-transport .play-btn { background: rgba(255, 255, 255, 0.08); }
.now-transport .icon-btn:hover, .now-transport .play-btn:hover { background: rgba(255, 255, 255, 0.16); }
