mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-20 10:22:19 +01:00
Working on blog post
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<style>
|
||||
body {
|
||||
font-family: 'DM Sans', sans-serif;
|
||||
@apply h-full w-full !text-gray-600 dark:!text-gray-400;
|
||||
@apply h-full w-full text-neutral-700 dark:text-neutral-300;
|
||||
}
|
||||
|
||||
.sofia {
|
||||
|
||||
@@ -14,11 +14,11 @@ defineProps({
|
||||
<template>
|
||||
<div>
|
||||
<h1
|
||||
class="text-2xl font-bold tracking-tight text-zinc-800 dark:text-zinc-100"
|
||||
class="text-3xl font-bold tracking-tight text-zinc-800 dark:text-zinc-100"
|
||||
>
|
||||
{{ title }}
|
||||
</h1>
|
||||
<p class="mt-6 text-base">
|
||||
<p class="mt-4 text-base">
|
||||
{{ description }}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user