summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/app.vue b/src/client/app.vue
index 99268e42bf..fc40b6973a 100644
--- a/src/client/app.vue
+++ b/src/client/app.vue
@@ -975,6 +975,10 @@ export default Vue.extend({
&:not(.naked) {
background: var(--pageBg);
}
+
+ &.naked {
+ background: var(--bg);
+ }
}
}