wip
This commit is contained in:
parent
8ef1b0fbff
commit
c0984e7f12
2 changed files with 1 additions and 8 deletions
|
|
@ -1,14 +1,9 @@
|
|||
<script lang="ts">
|
||||
import '../app.css';
|
||||
let { children } = $props();
|
||||
import ThemeToggle from './theme.svelte';
|
||||
</script>
|
||||
|
||||
<div class="flex min-h-screen bg-dark-bg">
|
||||
<div class="absolute right-0 top-0">
|
||||
<ThemeToggle />
|
||||
</div>
|
||||
|
||||
<!-- Left Section - Hidden on mobile, visible on lg screens -->
|
||||
<div class="relative hidden border-r border-dark-neutral lg:flex lg:w-1/4">
|
||||
<!-- Diagonal line pattern -->
|
||||
|
|
|
|||
|
|
@ -28,9 +28,7 @@
|
|||
const hikari_data = json_to_project(hikari);
|
||||
</script>
|
||||
|
||||
<div
|
||||
class="min-h-screen bg-light-bg text-light-fg transition-colors duration-300 dark:bg-dark-bg dark:text-dark-fg"
|
||||
>
|
||||
<div class="min-h-screen bg-dark-bg text-dark-fg transition-colors duration-300">
|
||||
<main class="bg-card p-8 transition-all duration-300 ease-out">
|
||||
<Bio />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue