about page progress

This commit is contained in:
vcoppe
2024-07-05 01:02:53 +02:00
parent a2ea966d35
commit 9edcc5b55b
23 changed files with 397 additions and 158 deletions

View File

@@ -27,30 +27,3 @@
<Footer />
{/if}
{/if}
<style lang="postcss">
:global(.markdown) {
}
:global(.markdown h1) {
@apply text-3xl;
@apply font-bold;
@apply mt-4 mb-2;
}
:global(.markdown h2) {
@apply text-2xl;
@apply font-bold;
@apply mt-4 mb-2;
}
:global(.markdown a) {
@apply text-blue-500;
@apply hover:underline;
}
:global(.markdown ul) {
@apply list-disc;
@apply pl-4;
}
</style>