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"> | <script lang="ts"> | ||||||
| 	import '../app.css'; | 	import '../app.css'; | ||||||
| 	let { children } = $props(); | 	let { children } = $props(); | ||||||
| 	import ThemeToggle from './theme.svelte'; |  | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <div class="flex min-h-screen bg-dark-bg"> | <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 --> | 	<!-- Left Section - Hidden on mobile, visible on lg screens --> | ||||||
| 	<div class="relative hidden border-r border-dark-neutral lg:flex lg:w-1/4"> | 	<div class="relative hidden border-r border-dark-neutral lg:flex lg:w-1/4"> | ||||||
| 		<!-- Diagonal line pattern --> | 		<!-- Diagonal line pattern --> | ||||||
|  |  | ||||||
|  | @ -28,9 +28,7 @@ | ||||||
| 	const hikari_data = json_to_project(hikari); | 	const hikari_data = json_to_project(hikari); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <div | <div class="min-h-screen bg-dark-bg text-dark-fg transition-colors duration-300"> | ||||||
| 	class="min-h-screen bg-light-bg text-light-fg transition-colors duration-300 dark:bg-dark-bg dark:text-dark-fg" |  | ||||||
| > |  | ||||||
| 	<main class="bg-card p-8 transition-all duration-300 ease-out"> | 	<main class="bg-card p-8 transition-all duration-300 ease-out"> | ||||||
| 		<Bio /> | 		<Bio /> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue