@mixin about-modal-box() {
  .pf-c-about-modal-box {
    --pf-c-accordion__toggle--hover--BackgroundColor: var(--pf-global--BackgroundColor--300);
    --pf-c-accordion__toggle--focus--BackgroundColor: var(--pf-global--BackgroundColor--300);
    --pf-c-accordion__toggle--active--BackgroundColor: var(--pf-global--BackgroundColor--300);

    @include pf-t-dark();
  }
}
