aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/features.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/features.scss')
-rw-r--r--src/styles/features.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/styles/features.scss b/src/styles/features.scss
index d2931f837..8b2ce3253 100644
--- a/src/styles/features.scss
+++ b/src/styles/features.scss
@@ -11,3 +11,9 @@
11 background: $theme-brand-primary; 11 background: $theme-brand-primary;
12 } 12 }
13} 13}
14
15.theme__dark .publish-debug {
16 .close {
17 color: $dark-theme-gray-lightest;
18 }
19}