Change indicator colour
This commit is contained in:
		@@ -3,3 +3,13 @@
 | 
				
			|||||||
    color: black;
 | 
					    color: black;
 | 
				
			||||||
    outline: 1px solid black;
 | 
					    outline: 1px solid black;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.carousel-control-next,
 | 
				
			||||||
 | 
					.carousel-control-prev /*, .carousel-indicators */ {
 | 
				
			||||||
 | 
					    filter: invert(100%);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.carousel-indicators button {
 | 
				
			||||||
 | 
					    filter: invert(100%);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user