feat: default to dark theme while loading pages
This commit is contained in:
		
							parent
							
								
									1c5fe1e25d
								
							
						
					
					
						commit
						ee25781f2b
					
				
					 1 changed files with 10 additions and 10 deletions
				
			
		|  | @ -1,12 +1,12 @@ | |||
| <!DOCTYPE html> | ||||
| <html lang="en"> | ||||
| 	<head> | ||||
| 		<meta charset="utf-8" /> | ||||
| 		<link rel="icon" type="image/svg+xml" href="%sveltekit.assets%/favicon.svg" /> | ||||
| 		<meta name="viewport" content="width=device-width" /> | ||||
| 		%sveltekit.head% | ||||
| 	</head> | ||||
| 	<body data-sveltekit-preload-data="hover"> | ||||
| 		<div style="display: contents">%sveltekit.body%</div> | ||||
| 	</body> | ||||
| <html lang="en" data-bs-theme="dark"> | ||||
|   <head> | ||||
|     <meta charset="utf-8" /> | ||||
|     <link rel="icon" type="image/svg+xml" href="%sveltekit.assets%/favicon.svg" /> | ||||
|     <meta name="viewport" content="width=device-width" /> | ||||
|     %sveltekit.head% | ||||
|   </head> | ||||
|   <body data-sveltekit-preload-data="hover"> | ||||
|     <div style="display: contents">%sveltekit.body%</div> | ||||
|   </body> | ||||
| </html> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue