aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/reveal.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/reveal.css')
-rw-r--r--css/reveal.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/reveal.css b/css/reveal.css
index 77bb0bc..168c730 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -186,6 +186,11 @@ body {
max-height: 100%;
}
+/** Prevents layering issues in certain browser/transition combinations */
+.reveal a {
+ position: relative;
+}
+
.reveal strong,
.reveal b {
font-weight: bold;