mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	Hide useless paginated indices. Rename "Related Pages" -> "Pages". Fix manpage brief description. Fix file path name stripping. Move macro listings after enums, so that they're next to functions. Remove pwtest from docs, it's not API. Fixup header styles.
		
			
				
	
	
		
			36 lines
		
	
	
	
		
			767 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
	
		
			767 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;
 | 
						|
}
 | 
						|
 | 
						|
@media (prefers-color-scheme: light) {
 | 
						|
	:root {
 | 
						|
		--code-background: #f5f5f5;
 | 
						|
		--code-foreground: #333333;
 | 
						|
		--fragment-background: #f5f5f5;
 | 
						|
		--fragment-foreground: #333333;
 | 
						|
		--fragment-keyword: #c7254e;
 | 
						|
		--fragment-link: #729fcf;
 | 
						|
	}
 | 
						|
}
 | 
						|
 | 
						|
#nav-tree .arrow {
 | 
						|
    opacity: 1;
 | 
						|
    padding-right: 0.25em;
 | 
						|
}
 | 
						|
 | 
						|
.textblock h1 {
 | 
						|
    font-size: 150%;
 | 
						|
}
 | 
						|
.textblock h2 {
 | 
						|
    font-size: 100%;
 | 
						|
}
 | 
						|
.textblock h3, .textblock h4, .textblock h5, .textblock h6 {
 | 
						|
    font-size: 100%;
 | 
						|
    font-style: italic;
 | 
						|
    font-size: medium;
 | 
						|
}
 |