From 10545d41cc3d5d18b964d80182676ef6770f11d3 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 28 Jun 2016 12:34:23 +0200 Subject: simplify control styling using currentColor --- css/theme/league.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'css/theme/league.css') diff --git a/css/theme/league.css b/css/theme/league.css index bce492c..118557a 100644 --- a/css/theme/league.css +++ b/css/theme/league.css @@ -257,9 +257,8 @@ body { /********************************************* * NAVIGATION CONTROLS *********************************************/ -.reveal .controls button:before, -.reveal .controls button:after { - background-color: #13DAEC; } +.reveal .controls { + color: #13DAEC; } /********************************************* * PROGRESS BAR -- cgit v1.2.3