aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/features.scss
blob: d2931f837b75d2b1e6b487a6d67019bca6ee7553 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
.theme__dark .quick-switch {
  background: $dark-theme-gray-darkest;

  .service {
    background: $dark-theme-gray-dark;
    color: $dark-theme-gray-lightest;
    border: inherit;
  }

  .active {
    background: $theme-brand-primary;
  }
}