aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/quick-switch.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/quick-switch.scss')
-rw-r--r--src/styles/quick-switch.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/styles/quick-switch.scss b/src/styles/quick-switch.scss
new file mode 100644
index 000000000..356123c4c
--- /dev/null
+++ b/src/styles/quick-switch.scss
@@ -0,0 +1,13 @@
1.theme__dark .quick-switch {
2 background: $dark-theme-gray-darkest;
3
4 .service {
5 background: $dark-theme-gray-dark;
6 color: $dark-theme-gray-lightest;
7 border: inherit;
8 }
9
10 .active {
11 background: $theme-brand-primary;
12 }
13} \ No newline at end of file