change chevron color
authorGreg Farough <gregf@gnu.org>
Wed, 14 Sep 2022 19:14:52 +0000 (15:14 -0400)
committerGreg Farough <gregf@gnu.org>
Wed, 14 Sep 2022 19:14:52 +0000 (15:14 -0400)
2023/index.html

index 94bf4bcef24e9a825d97a90595e25ea8fabe20ca..67de3a1db5cf477b2cfd7b1b80e29a1570588068 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" style="color: orange"></span>
+       <span class="glyphicon glyphicon-chevron-left" style="color: #978a97"></span>
     </a>
     <a class="right carousel-control" href="#lpc-carousel" data-slide="next">
-       <span class="glyphicon glyphicon-chevron-right" style="color: orange"></span>
+       <span class="glyphicon glyphicon-chevron-right" style="color: #978a97"></span>
     </a>  <!--end of carousel -->
 </div>