aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/features.scss
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-13 20:40:58 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-13 20:40:58 +0100
commita069539d4bcff4cbe99d1bff9e413129d7600b21 (patch)
tree14e3942f56b32b09fbf07432800c6e13d5b8b29c /src/styles/features.scss
parentNew Crowdin updates (#2320) [skip ci] (diff)
downloadferdium-app-a069539d4bcff4cbe99d1bff9e413129d7600b21.tar.gz
ferdium-app-a069539d4bcff4cbe99d1bff9e413129d7600b21.tar.zst
ferdium-app-a069539d4bcff4cbe99d1bff9e413129d7600b21.zip
Style modals as per QuickSwitch modal
Diffstat (limited to 'src/styles/features.scss')
-rw-r--r--src/styles/features.scss6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/styles/features.scss b/src/styles/features.scss
index 8b2ce3253..eacc2a79c 100644
--- a/src/styles/features.scss
+++ b/src/styles/features.scss
@@ -12,8 +12,6 @@
12 } 12 }
13} 13}
14 14
15.theme__dark .publish-debug { 15.theme__dark .publish-debug, .theme__dark .nightly-builds {
16 .close { 16 background: $dark-theme-gray-darkest;
17 color: $dark-theme-gray-lightest;
18 }
19} 17}