mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Update Translation / Fixed Dark Mode in Machine Tab
This commit is contained in:
		
							parent
							
								
									8df5b79a6e
								
							
						
					
					
						commit
						9fb14338f5
					
				
					 8 changed files with 2212 additions and 2869 deletions
				
			
		
							
								
								
									
										25
									
								
								resources/web/orca/css/dark.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								resources/web/orca/css/dark.css
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,25 @@
 | 
			
		|||
body {
 | 
			
		||||
	background-color:#4c4c54;
 | 
			
		||||
	font-family: Arial, sans-serif;
 | 
			
		||||
    display: flex;
 | 
			
		||||
    justify-content: center;
 | 
			
		||||
    align-items: center;
 | 
			
		||||
    height: 100vh;
 | 
			
		||||
    margin: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.container {
 | 
			
		||||
	text-align: center;
 | 
			
		||||
	padding: 30px;
 | 
			
		||||
	border-radius: 10px;
 | 
			
		||||
	background-color: #272727;
 | 
			
		||||
	box-shadow: 0 4px 6px rgba(39, 39, 39, 0.1);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
h1 {
 | 
			
		||||
	color: #ffffff;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
p {
 | 
			
		||||
	color: #ffffff;
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue