feat: add basic layout (#3)
Co-authored-by: typist <git@mail.typist.cc> Reviewed-on: #3
This commit is contained in:
		
							
								
								
									
										23
									
								
								src/globals.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								src/globals.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,23 @@ | ||||
| @layer base { | ||||
|   :root { | ||||
|     --sidebar: oklch(0.985 0 0); | ||||
|     --sidebar-foreground: oklch(0.145 0 0); | ||||
|     --sidebar-primary: oklch(0.205 0 0); | ||||
|     --sidebar-primary-foreground: oklch(0.985 0 0); | ||||
|     --sidebar-accent: oklch(0.97 0 0); | ||||
|     --sidebar-accent-foreground: oklch(0.205 0 0); | ||||
|     --sidebar-border: oklch(0.922 0 0); | ||||
|     --sidebar-ring: oklch(0.708 0 0); | ||||
|   } | ||||
|  | ||||
|   .dark { | ||||
|     --sidebar: oklch(0.205 0 0); | ||||
|     --sidebar-foreground: oklch(0.985 0 0); | ||||
|     --sidebar-primary: oklch(0.488 0.243 264.376); | ||||
|     --sidebar-primary-foreground: oklch(0.985 0 0); | ||||
|     --sidebar-accent: oklch(0.269 0 0); | ||||
|     --sidebar-accent-foreground: oklch(0.985 0 0); | ||||
|     --sidebar-border: oklch(1 0 0 / 10%); | ||||
|     --sidebar-ring: oklch(0.439 0 0); | ||||
|   } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user