_dark.scss 485 Bytes
@use "@configured-variables" as variables;

// ————————————————————————————————————
// * ——— Perfect Scrollbar
// ————————————————————————————————————

body.v-theme--dark {
  .ps__rail-y,
  .ps__rail-x {
    background-color: transparent !important;
  }

  .ps__thumb-y {
    background-color: variables.$plugin-ps-thumb-y-dark;
  }
}