aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/features.scss
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-13 20:41:34 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-13 20:41:34 +0100
commit802b35181f43ee45eca9833cd9919a89c7a27da3 (patch)
treeb04add370076bf885d882e50b15dd3eaf5f9b2c8 /src/styles/features.scss
parentStyle modals as per QuickSwitch modal (diff)
downloadferdium-app-802b35181f43ee45eca9833cd9919a89c7a27da3.tar.gz
ferdium-app-802b35181f43ee45eca9833cd9919a89c7a27da3.tar.zst
ferdium-app-802b35181f43ee45eca9833cd9919a89c7a27da3.zip
Fine-tune QuickSwitch styling in light mode
Diffstat (limited to 'src/styles/features.scss')
-rw-r--r--src/styles/features.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/styles/features.scss b/src/styles/features.scss
index eacc2a79c..80362b648 100644
--- a/src/styles/features.scss
+++ b/src/styles/features.scss
@@ -12,6 +12,17 @@
12 } 12 }
13} 13}
14 14
15.quick-switch {
16 .service {
17 background: $theme-gray-lighter;
18 border: inherit;
19 }
20
21 .active {
22 background: $theme-brand-primary;
23 }
24}
25
15.theme__dark .publish-debug, .theme__dark .nightly-builds { 26.theme__dark .publish-debug, .theme__dark .nightly-builds {
16 background: $dark-theme-gray-darkest; 27 background: $dark-theme-gray-darkest;
17} 28}