aboutsummaryrefslogtreecommitdiff
path: root/css/reveal.css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2016-06-28 12:34:23 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2017-05-16 09:45:37 +0200
commit10545d41cc3d5d18b964d80182676ef6770f11d3 (patch)
tree62a83b3b27697744f7d46d8c813921db126c1e74 /css/reveal.css
parent21554157677db983459850493c6075b29beae29f (diff)
downloadfosdem-2018-presentation-10545d41cc3d5d18b964d80182676ef6770f11d3.tar
fosdem-2018-presentation-10545d41cc3d5d18b964d80182676ef6770f11d3.tar.gz
simplify control styling using currentColor
Diffstat (limited to 'css/reveal.css')
-rw-r--r--css/reveal.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/css/reveal.css b/css/reveal.css
index 526006b..3de6695 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -196,7 +196,8 @@ body {
right: 0;
bottom: 0;
left: 0;
- z-index: 1; }
+ z-index: 1;
+ color: #fff; }
.reveal .controls button {
position: absolute;
padding: 0;
@@ -206,6 +207,7 @@ body {
border: 0;
outline: 0;
cursor: pointer;
+ color: currentColor;
-webkit-transform: scale(0.9999);
transform: scale(0.9999);
-webkit-transition: all 0.2s ease;
@@ -224,7 +226,7 @@ body {
width: 30px;
height: 5px;
border-radius: 2.5px;
- background-color: #fff;
+ background-color: currentColor;
-webkit-transition: all 0.15s ease, background-color 0.8s ease;
transition: all 0.15s ease, background-color 0.8s ease;
-webkit-transform-origin: 2.5px 50%;