mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-08 17:05:48 +01:00
Working on blog post
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: 'DM Sans', sans-serif;
|
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 {
|
.sofia {
|
||||||
|
|||||||
@@ -14,11 +14,11 @@ defineProps({
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<h1
|
<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 }}
|
{{ title }}
|
||||||
</h1>
|
</h1>
|
||||||
<p class="mt-6 text-base">
|
<p class="mt-4 text-base">
|
||||||
{{ description }}
|
{{ description }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user