aboutsummaryrefslogtreecommitdiff
path: root/css/reveal.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/reveal.scss')
-rw-r--r--css/reveal.scss14
1 files changed, 12 insertions, 2 deletions
diff --git a/css/reveal.scss b/css/reveal.scss
index 82e1b0a..627e196 100644
--- a/css/reveal.scss
+++ b/css/reveal.scss
@@ -365,9 +365,9 @@ body {
width: $length;
height: $thickness;
border-radius: $thickness/2;
- background: #fff;
+ background-color: #fff;
- transition: all 0.15s ease;
+ transition: all 0.15s ease, background-color 0.8s ease;
transform-origin: $thickness/2 50%;
}
@@ -453,6 +453,16 @@ body {
}
}
+.reveal.has-dark-background .controls[data-controls-type="edges"] button:after,
+.reveal.has-dark-background .controls[data-controls-type="edges"] button:before {
+ background-color: #fff;
+}
+
+.reveal.has-light-background .controls[data-controls-type="edges"] button:after,
+.reveal.has-light-background .controls[data-controls-type="edges"] button:before {
+ background-color: #000;
+}
+
/*********************************************
* PROGRESS BAR