aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/quick-switch.scss
blob: 356123c4c624760671d3b2b658cb91dc5832f5a7 (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;
  }
}