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/night.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'css/theme/night.css') diff --git a/css/theme/night.css b/css/theme/night.css index f6796b3..1cc0f84 100644 --- a/css/theme/night.css +++ b/css/theme/night.css @@ -249,9 +249,8 @@ body { /********************************************* * NAVIGATION CONTROLS *********************************************/ -.reveal .controls button:before, -.reveal .controls button:after { - background-color: #e7ad52; } +.reveal .controls { + color: #e7ad52; } /********************************************* * PROGRESS BAR -- cgit v1.2.3