aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/features.scss
blob: 8b2ce325343eecf64b4f44c29d0ce0b12be3b38d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.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;
  }
}

.theme__dark .publish-debug {
  .close {
    color: $dark-theme-gray-lightest;
  }
}