mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-31 22:01:15 +00:00 
			
		
		
		
	use black favicon for /admin
This commit is contained in:
		
					parent
					
						
							
								b7c9a346c1
							
						
					
				
			
			
				commit
				
					
						6915a60332
					
				
			
		
					 4 changed files with 3 additions and 2 deletions
				
			
		|  | @ -101,6 +101,7 @@ pub fn static_files(filename: String) -> Result<(ContentType, &'static [u8]), Er | |||
|         "error-x.svg" => Ok((ContentType::SVG, include_bytes!("../static/images/error-x.svg"))), | ||||
|         "hibp.png" => Ok((ContentType::PNG, include_bytes!("../static/images/hibp.png"))), | ||||
|         "vaultwarden-icon.png" => Ok((ContentType::PNG, include_bytes!("../static/images/vaultwarden-icon.png"))), | ||||
|         "vaultwarden-favicon.png" => Ok((ContentType::PNG, include_bytes!("../static/images/vaultwarden-favicon.png"))), | ||||
|         "bootstrap.css" => Ok((ContentType::CSS, include_bytes!("../static/scripts/bootstrap.css"))), | ||||
|         "bootstrap-native.js" => Ok((ContentType::JavaScript, include_bytes!("../static/scripts/bootstrap-native.js"))), | ||||
|         "jdenticon.js" => Ok((ContentType::JavaScript, include_bytes!("../static/scripts/jdenticon.js"))), | ||||
|  |  | |||
							
								
								
									
										
											BIN
										
									
								
								src/static/images/vaultwarden-favicon.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/static/images/vaultwarden-favicon.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 1.6 KiB | 
|  | @ -4,7 +4,7 @@ | |||
|     <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | ||||
|     <meta name="robots" content="noindex,nofollow" /> | ||||
|     <link rel="icon" type="image/png" href="{{urlpath}}/vw_static/vaultwarden-icon.png"> | ||||
|     <link rel="icon" type="image/png" href="{{urlpath}}/vw_static/vaultwarden-favicon.png"> | ||||
|     <title>Page not found!</title> | ||||
|     <link rel="stylesheet" href="{{urlpath}}/vw_static/bootstrap.css" /> | ||||
|     <style> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
|     <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | ||||
|     <meta name="robots" content="noindex,nofollow" /> | ||||
|     <link rel="icon" type="image/png" href="{{urlpath}}/vw_static/vaultwarden-icon.png"> | ||||
|     <link rel="icon" type="image/png" href="{{urlpath}}/vw_static/vaultwarden-favicon.png"> | ||||
|     <title>Vaultwarden Admin Panel</title> | ||||
|     <link rel="stylesheet" href="{{urlpath}}/vw_static/bootstrap.css" /> | ||||
|     <style> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue