Working on blog post

This commit is contained in:
2024-06-30 01:25:53 +02:00
parent d94033a514
commit bb34cde1ed
2 changed files with 3 additions and 3 deletions

View File

@@ -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 {

View File

@@ -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>