From 77d888e20f258c4aec619ee7f85e87c7becf686a Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Tue, 22 Dec 2015 21:32:02 -0500 Subject: [PATCH] Changed arrow colours --- css/fullpage.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/fullpage.css b/css/fullpage.css index c2af802..4f0f0bd 100644 --- a/css/fullpage.css +++ b/css/fullpage.css @@ -81,12 +81,12 @@ html.fp-enabled, left: 15px; width: 0; border-width: 38.5px 34px 38.5px 0; - border-color: transparent #fff transparent transparent; + border-color: transparent #727272 transparent transparent; } .fp-controlArrow.fp-next { right: 15px; border-width: 38.5px 0 38.5px 34px; - border-color: transparent transparent transparent #fff; + border-color: transparent transparent transparent #727272; } .fp-scrollable { overflow: scroll; @@ -182,7 +182,7 @@ html.fp-enabled, #fp-nav ul li .fp-tooltip { position: absolute; top: -2px; - color: #fff; + color: #727272; font-size: 14px; font-family: arial, helvetica, sans-serif; white-space: nowrap;