You've already forked AstralRinth
forked from didirus/AstralRinth
Start work
This commit is contained in:
15
src/routes/__layout.svelte
Normal file
15
src/routes/__layout.svelte
Normal file
@@ -0,0 +1,15 @@
|
||||
<script lang="ts">
|
||||
import "$lib/styles/variables.postcss";
|
||||
import "$lib/styles/themes/light.postcss";
|
||||
</script>
|
||||
|
||||
<main>
|
||||
<slot></slot>
|
||||
</main>
|
||||
|
||||
<style lang="postcss">
|
||||
main {
|
||||
font-size: var(--body-font-size);
|
||||
font-family: var(--body-font);
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user