mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 19:19:03 +01:00 
			
		
		
		
	feat(theme): use TriliumNext as setup theme
This commit is contained in:
		
							parent
							
								
									2e544a7337
								
							
						
					
					
						commit
						76256c1b9c
					
				| @ -1,3 +1,6 @@ | |||||||
|  | /* | ||||||
|  |  * Dark color scheme | ||||||
|  |  */ | ||||||
| @media (prefers-color-scheme: dark) { | @media (prefers-color-scheme: dark) { | ||||||
|     :root { |     :root { | ||||||
|         --theme-style: dark; |         --theme-style: dark; | ||||||
| @ -102,3 +105,4 @@ | |||||||
|         box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6) !important; |         box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6) !important; | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  | 
 | ||||||
|  | |||||||
| @ -162,6 +162,8 @@ | |||||||
| <script src="<%= assetPath %>/node_modules/knockout/build/output/knockout-latest.js"></script> | <script src="<%= assetPath %>/node_modules/knockout/build/output/knockout-latest.js"></script> | ||||||
| 
 | 
 | ||||||
| <script src="<%= appPath %>/setup.js" crossorigin type="module"></script> | <script src="<%= appPath %>/setup.js" crossorigin type="module"></script> | ||||||
| <link href="<%= assetPath %>/stylesheets/theme-light.css" rel="stylesheet"> | <link href="<%= assetPath %>/stylesheets/theme-light.css" rel="stylesheet" /> | ||||||
|  | <link href="<%= assetPath %>/stylesheets/theme-next.css" rel="stylesheet" /> | ||||||
|  | <link href="<%= assetPath %>/stylesheets/style.css" rel="stylesheet"> | ||||||
| </body> | </body> | ||||||
| </html> | </html> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran