summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-03-29 10:34:46 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-03-29 10:34:46 +0900
commita1076c31083056e4e38b30008dcde21cd51e18bc (patch)
treeb6c521af26a38524292337eab7065dbcac222f40 /src
parent:v: (diff)
downloadsharkey-a1076c31083056e4e38b30008dcde21cd51e18bc.tar.gz
sharkey-a1076c31083056e4e38b30008dcde21cd51e18bc.tar.bz2
sharkey-a1076c31083056e4e38b30008dcde21cd51e18bc.zip
:art:
Diffstat (limited to 'src')
-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);
+ }
}
}