mirror of
				https://github.com/owncast/owncast.git
				synced 2025-11-04 13:27:21 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			181 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			181 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
 | 
						|
.chatHeader {
 | 
						|
  text-align: center;
 | 
						|
  padding: 5px 0;
 | 
						|
  color: var(--text-color-secondary);
 | 
						|
  border-bottom: 1px solid var(--color-owncast-gray-700);
 | 
						|
  font-variant: small-caps;
 | 
						|
}
 |