iframe background

This commit is contained in:
les
2020-01-21 01:18:01 +01:00
parent c74eb99c7b
commit e5a1749e72

View File

@@ -1,3 +1,8 @@
<template>
<nuxt />
</template>
<style lang='less'>
html, body {
background-color: transparent;
}
</style>