mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-03 09:22:01 +00:00 
			
		
		
		
	server : Support dark mode (#2414)
* server : Support dark mode So it respects user system light / dark settings. * Update index.html.hpp by running ./deps.sh
This commit is contained in:
		
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -3,12 +3,11 @@
 | 
				
			|||||||
<head>
 | 
					<head>
 | 
				
			||||||
  <meta charset="UTF-8">
 | 
					  <meta charset="UTF-8">
 | 
				
			||||||
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
 | 
					  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
 | 
				
			||||||
 | 
					  <meta name="color-scheme" content="light dark">
 | 
				
			||||||
  <title>llama.cpp - chat</title>
 | 
					  <title>llama.cpp - chat</title>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <style>
 | 
					  <style>
 | 
				
			||||||
    body {
 | 
					    body {
 | 
				
			||||||
      background-color: #fff;
 | 
					 | 
				
			||||||
      color: #000;
 | 
					 | 
				
			||||||
      font-family: system-ui;
 | 
					      font-family: system-ui;
 | 
				
			||||||
      font-size: 90%;
 | 
					      font-size: 90%;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user