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/template/theme.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'css/theme/template') diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss index fb116fc..bd23212 100644 --- a/css/theme/template/theme.scss +++ b/css/theme/template/theme.scss @@ -297,9 +297,8 @@ body { * NAVIGATION CONTROLS *********************************************/ -.reveal .controls button:before, -.reveal .controls button:after { - background-color: $linkColor; +.reveal .controls { + color: $linkColor; } -- cgit v1.2.3