feat: dark mode toggle
This commit is contained in:
@@ -33,10 +33,10 @@ const navItems = [
|
||||
---
|
||||
<Layout>
|
||||
<section class="max-w-4xl mb-20 sm:mb-28">
|
||||
<h2 class="text-4xl sm:text-5xl lg:text-6xl font-bold leading-[1.1] mb-6 text-neutral-900">
|
||||
A <span class="text-neutral-600"> notebook </span> for <br>working things out.
|
||||
<h2 class="text-4xl sm:text-5xl lg:text-6xl font-bold leading-[1.1] mb-6 text-neutral-900 dark:text-neutral-100">
|
||||
A <span class="text-neutral-600 dark:text-neutral-400"> notebook </span> for <br>working things out.
|
||||
</h2>
|
||||
<p class="text-lg sm:text-xl text-neutral-600 leading-relaxed max-w-2xl">
|
||||
<p class="text-lg sm:text-xl text-neutral-600 dark:text-neutral-400 leading-relaxed max-w-2xl">
|
||||
Unpolished notes, working prototypes, honest questions. A space for building understanding from the ground up. Trying to understand the world by writing and building.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user