aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/features.scss
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-10-04 16:27:26 +0200
committerLibravatar GitHub <noreply@github.com>2020-10-04 15:27:26 +0100
commitc9c067b286505621fbae3fc212638b45ae1c733a (patch)
treebeb3001b26ec3ffc05528d11fe60033971655a7c /src/styles/features.scss
parentFine-tune nightly releases scripts (diff)
downloadferdium-app-c9c067b286505621fbae3fc212638b45ae1c733a.tar.gz
ferdium-app-c9c067b286505621fbae3fc212638b45ae1c733a.tar.zst
ferdium-app-c9c067b286505621fbae3fc212638b45ae1c733a.zip
Add setting to enable nightly releases updates (#742)
Co-authored-by: Amine Mouafik <amine@mouafik.fr>
Diffstat (limited to 'src/styles/features.scss')
-rw-r--r--src/styles/features.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/styles/features.scss b/src/styles/features.scss
new file mode 100644
index 000000000..d2931f837
--- /dev/null
+++ b/src/styles/features.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}