wip: more work
This commit is contained in:
parent
91cfb701b6
commit
d401464353
9 changed files with 596 additions and 134 deletions
14
app.vue
14
app.vue
|
@ -1,15 +1,3 @@
|
|||
<template>
|
||||
<NuxtPage />
|
||||
<NuxtLayout />
|
||||
</template>
|
||||
|
||||
<style>
|
||||
html,
|
||||
body {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
box-sizing: border-box;
|
||||
color: whitesmoke;
|
||||
background-color: rgb(30, 30, 30);
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue