14 lines
		
	
	
	
		
			164 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			164 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| @import 'style.css';
 | |
| 
 | |
| * {
 | |
|     color: #C2C2C2;
 | |
| }
 | |
| 
 | |
| window#waybar {
 | |
|     background-color: #171717;
 | |
| }
 | |
| 
 | |
| window#waybar button.focused {
 | |
|     background-color: #C2C2C2;
 | |
| }
 | |
| 
 |