aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/features.scss
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-18 04:24:10 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-18 04:24:10 +0100
commit18494f66a7e0f4020cbc77374d4679421fcf469a (patch)
treecfd10fb71ca86f4d0580946cee2ccbc8c66dc634 /src/styles/features.scss
parentFix linter (diff)
downloadferdium-app-18494f66a7e0f4020cbc77374d4679421fcf469a.tar.gz
ferdium-app-18494f66a7e0f4020cbc77374d4679421fcf469a.tar.zst
ferdium-app-18494f66a7e0f4020cbc77374d4679421fcf469a.zip
Refactor autoUpdater usage
Diffstat (limited to 'src/styles/features.scss')
-rw-r--r--src/styles/features.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/features.scss b/src/styles/features.scss
index 80362b648..c6d982b25 100644
--- a/src/styles/features.scss
+++ b/src/styles/features.scss
@@ -23,6 +23,6 @@
23 } 23 }
24} 24}
25 25
26.theme__dark .publish-debug, .theme__dark .nightly-builds { 26.theme__dark .publish-debug {
27 background: $dark-theme-gray-darkest; 27 background: $dark-theme-gray-darkest;
28} 28}