aboutsummaryrefslogtreecommitdiff
path: root/css/reveal.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/reveal.scss')
-rw-r--r--css/reveal.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/reveal.scss b/css/reveal.scss
index 4d5e889..a5e9560 100644
--- a/css/reveal.scss
+++ b/css/reveal.scss
@@ -402,7 +402,7 @@ body {
// Any control button that can be clicked is "enabled"
.enabled {
visibility: visible;
- opacity: 0.7;
+ opacity: 0.8;
cursor: pointer;
transform: none;
}
@@ -410,7 +410,7 @@ body {
// Any control button that leads to showing or hiding
// a fragment
.enabled.fragmented {
- opacity: 0.3;
+ opacity: 0.4;
}
.enabled:hover,