mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	
		
			
	
	
		
			15 lines
		
	
	
	
		
			432 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
	
		
			432 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| 
								 | 
							
								:root {
							 | 
						||
| 
								 | 
							
									/* --page-background-color: #729fcf; */
							 | 
						||
| 
								 | 
							
									--primary-color: #729fcf;
							 | 
						||
| 
								 | 
							
									--primary-dark-color: #729fcf;
							 | 
						||
| 
								 | 
							
									--header-background: #729fcf;
							 | 
						||
| 
								 | 
							
									--header-foreground: rgba(255, 255, 255, 0.7);
							 | 
						||
| 
								 | 
							
									--font-family: 'Source Sans Pro', 'Source Sans', sans-serif;
							 | 
						||
| 
								 | 
							
									--code-background: #f5f5f5;
							 | 
						||
| 
								 | 
							
									--code-foreground: #333333;
							 | 
						||
| 
								 | 
							
									--fragment-background: #f5f5f5;
							 | 
						||
| 
								 | 
							
									--fragment-foreground: #333333;
							 | 
						||
| 
								 | 
							
									--fragment-keyword: #c7254e;
							 | 
						||
| 
								 | 
							
									--fragment-link: #729fcf;
							 | 
						||
| 
								 | 
							
								}
							 |