aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/features.scss
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-16 12:02:18 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-16 12:02:18 +0100
commit36c23f67c3783b3986b21ea85d56fc0e37941a0c (patch)
tree3c9138790d672ff84071bba8e441149c245a80e7 /src/styles/features.scss
parentBumped up ferdi to '5.6.3' (diff)
parentIterate on README [skip ci] (diff)
downloadferdium-app-36c23f67c3783b3986b21ea85d56fc0e37941a0c.tar.gz
ferdium-app-36c23f67c3783b3986b21ea85d56fc0e37941a0c.tar.zst
ferdium-app-36c23f67c3783b3986b21ea85d56fc0e37941a0c.zip
Merge branch 'develop' into release
# Conflicts: # package-lock.json # package.json
Diffstat (limited to 'src/styles/features.scss')
-rw-r--r--src/styles/features.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/styles/features.scss b/src/styles/features.scss
index d2931f837..80362b648 100644
--- a/src/styles/features.scss
+++ b/src/styles/features.scss
@@ -11,3 +11,18 @@
11 background: $theme-brand-primary; 11 background: $theme-brand-primary;
12 } 12 }
13} 13}
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
26.theme__dark .publish-debug, .theme__dark .nightly-builds {
27 background: $dark-theme-gray-darkest;
28}