Set default body colour

This commit is contained in:
Oliver Davies 2020-09-08 20:18:20 +01:00
parent ee7f0d578e
commit dbea420db5

View file

@ -1,5 +1,5 @@
<template> <template>
<div id="app"> <div id="app" class="text-black">
{{ title }} {{ title }}
</div> </div>
</template> </template>