mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-23 02:17:40 -07:00
🎨
This commit is contained in:
parent
82e76eaa29
commit
f300d4efee
1 changed files with 4 additions and 0 deletions
|
@ -975,6 +975,10 @@ export default Vue.extend({
|
||||||
&:not(.naked) {
|
&:not(.naked) {
|
||||||
background: var(--pageBg);
|
background: var(--pageBg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.naked {
|
||||||
|
background: var(--bg);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue