Spaces:
				
			
			
	
			
			
					
		Running
		
			on 
			
			CPU Upgrade
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
			on 
			
			CPU Upgrade
	
		Thomas G. Lopes
		
	commited on
		
		
					Commit 
							
							·
						
						d091fe5
	
1
								Parent(s):
							
							01e9501
								
fix theme
Browse files- src/app.html +1 -1
    	
        src/app.html
    CHANGED
    
    | @@ -11,7 +11,7 @@ | |
| 11 | 
             
            		<script>
         | 
| 12 | 
             
            			(function () {
         | 
| 13 | 
             
            				const urlParams = new URLSearchParams(window.location.search);
         | 
| 14 | 
            -
            				const theme = urlParams.get(" | 
| 15 |  | 
| 16 | 
             
            				let systemPrefersDark = window.matchMedia("(prefers-color-scheme: dark)").matches;
         | 
| 17 |  | 
|  | |
| 11 | 
             
            		<script>
         | 
| 12 | 
             
            			(function () {
         | 
| 13 | 
             
            				const urlParams = new URLSearchParams(window.location.search);
         | 
| 14 | 
            +
            				const theme = urlParams.get("_theme");
         | 
| 15 |  | 
| 16 | 
             
            				let systemPrefersDark = window.matchMedia("(prefers-color-scheme: dark)").matches;
         | 
| 17 |  | 
