chevron color change
authorGreg Farough <gregf@fsf.org>
Wed, 18 Sep 2019 16:41:43 +0000 (12:41 -0400)
committerGreg Farough <gregf@fsf.org>
Wed, 18 Sep 2019 16:41:43 +0000 (12:41 -0400)
2020/index.html

index 9869ed3abbe1469d6d646a16e343dc38c7f2bd3e..074fe39fa3d4bacc48e5b2bbae2e02ec6305a485 100755 (executable)
 
     <!-- These are the controls for the carousel. Comment them in if you want the little navigation chevrons and the skrims that appear when you mouse over the edges of the active image.-->
     <a class="left carousel-control" href="#lpc-carousel" data-slide="prev">
-       <span class="glyphicon glyphicon-chevron-left"></span>
+       <span class="glyphicon glyphicon-chevron-left" style="color: blue"></span>
     </a>
     <a class="right carousel-control" href="#lpc-carousel" data-slide="next">
-       <span class="glyphicon glyphicon-chevron-right"></span>
+       <span class="glyphicon glyphicon-chevron-right" style="color: blue"></span>
     </a>  <!--end of carousel -->
 </div>