Skip to content

Commit

Permalink
feat(docs): Allow switching between themes
Browse files Browse the repository at this point in the history
marcmarine committed Oct 21, 2024
1 parent a6de513 commit 26299ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/pages/index.mdx
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@ import Layout from '../layouts/Page.astro'
import Code from '../components/Code.astro'

<Layout page="homepage">
<div class="pb-4 flex items-end justify-end col-start-2">
{/* <ThemeSelector /> */}
<div class="flex mt-4 items-end justify-end col-start-2">
<ThemeSelector />
</div>
<div class="px-4 pt-6 pb-8 flex flex-col justify-center row-start-2 col-start-1 col-end-3 bg-grid-bottom max-w-full">
<h1 class="m-0 text-5xl md:text-7xl xl:text-8xl">
@@ -15,7 +15,7 @@ import Code from '../components/Code.astro'
designed for smooth and simple browsing experiences.

</div>
<div class="md:col-start-2 row-start-3 bg-grid-left">
<div class="md:col-start-2 col-span-2 row-start-3 bg-grid-left">
<Code
code={`@import url('https://unpkg.com/varvara-css');`}
lang="css"

0 comments on commit 26299ac

Please sign in to comment.