diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-06-28 12:34:23 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-05-16 09:45:37 +0200 |
commit | 10545d41cc3d5d18b964d80182676ef6770f11d3 (patch) | |
tree | 62a83b3b27697744f7d46d8c813921db126c1e74 /css/theme/template | |
parent | 21554157677db983459850493c6075b29beae29f (diff) | |
download | perl-software-in-gnu-guix-10545d41cc3d5d18b964d80182676ef6770f11d3.tar perl-software-in-gnu-guix-10545d41cc3d5d18b964d80182676ef6770f11d3.tar.gz |
simplify control styling using currentColor
Diffstat (limited to 'css/theme/template')
-rw-r--r-- | css/theme/template/theme.scss | 5 |
1 files changed, 2 insertions, 3 deletions
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; } |