design: minor touchups + dark theme changes
This commit is contained in:
		
							parent
							
								
									970590497f
								
							
						
					
					
						commit
						a1c1b5f4d0
					
				
					 7 changed files with 11 additions and 1676 deletions
				
			
		
							
								
								
									
										1664
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										1664
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							|  | @ -18,8 +18,8 @@ | ||||||
| 
 | 
 | ||||||
| @media (prefers-color-scheme: dark) { | @media (prefers-color-scheme: dark) { | ||||||
|     :root { |     :root { | ||||||
|         --bg-1000: #141016; |         --bg-1000: #0b090c; | ||||||
|         --bg-900: #1B141E; |         --bg-900: #120d14; | ||||||
|         --bg-800: #2A202F; |         --bg-800: #2A202F; | ||||||
|         --bg-700: #443749; |         --bg-700: #443749; | ||||||
|         --bg-600: #513D60; |         --bg-600: #513D60; | ||||||
|  |  | ||||||
|  | @ -76,7 +76,8 @@ | ||||||
|     .post-container { |     .post-container { | ||||||
|         display: flex; |         display: flex; | ||||||
|         flex-direction: column; |         flex-direction: column; | ||||||
|         border-top: 1px solid color-mix(in srgb, transparent, var(--text) 25%); |         border-top: 1px solid color-mix(in srgb, transparent, var(--text) 20%); | ||||||
|  |         background: var(--bg-900); | ||||||
|     } |     } | ||||||
|     .post-container:first-of-type { |     .post-container:first-of-type { | ||||||
|         border-top: none; |         border-top: none; | ||||||
|  |  | ||||||
|  | @ -47,10 +47,13 @@ | ||||||
|     header { |     header { | ||||||
|         width: 100%; |         width: 100%; | ||||||
|         height: 64px; |         height: 64px; | ||||||
|         margin: 16px 0 8px 0; |         margin: 16px 0; | ||||||
|  |         padding: 0 8px; | ||||||
|         display: flex; |         display: flex; | ||||||
|         flex-direction: row; |         flex-direction: row; | ||||||
|         user-select: none; |         user-select: none; | ||||||
|  |         box-sizing: border-box; | ||||||
|  | 
 | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     header h1 { |     header h1 { | ||||||
|  |  | ||||||
|  | @ -1,8 +0,0 @@ | ||||||
| import { error } from '@sveltejs/kit'; |  | ||||||
| 
 |  | ||||||
| export async function load({ params }) { |  | ||||||
|     return error(404, 'Not Found'); |  | ||||||
|     // return {
 |  | ||||||
|     //     account_name: params.account
 |  | ||||||
|     // };
 |  | ||||||
| } |  | ||||||
							
								
								
									
										1
									
								
								src/routes/[server]/[account]/+page.svelte
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								src/routes/[server]/[account]/+page.svelte
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | ||||||
|  | <h1>wip</h1> | ||||||
|  | @ -51,8 +51,10 @@ | ||||||
|         width: 100%; |         width: 100%; | ||||||
|         height: 64px; |         height: 64px; | ||||||
|         margin: 16px 0 8px 0; |         margin: 16px 0 8px 0; | ||||||
|  |         padding: 0 8px; | ||||||
|         display: flex; |         display: flex; | ||||||
|         flex-direction: row; |         flex-direction: row; | ||||||
|  |         box-sizing: border-box; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     h1 { |     h1 { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue