You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vitepress/lib/theme-default/Layout.vue

15 lines
240 B

<template>
<div class="theme-container">
<h1>{{ $site.title }}</h1>
<p>{{ $site.description }}</p>
<Content/>
</div>
<Debug/>
</template>
<style>
.theme-container {
font-family: Arial, Helvetica, sans-serif;
}
</style>