aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-04-06 13:49:39 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-04-06 13:49:39 +0200
commitff62b96a5dd922f4d2265d78ed074d8c855394ec (patch)
treee764215fd19685c5b69365137c2f7d5638bc236d /css
parentf26fc20b550a3ae67138845c09f07ffc93193092 (diff)
downloadfosdem-2021-minimalism-presentation-ff62b96a5dd922f4d2265d78ed074d8c855394ec.tar
fosdem-2021-minimalism-presentation-ff62b96a5dd922f4d2265d78ed074d8c855394ec.tar.gz
move body styles to new .reveal-viewport
Diffstat (limited to 'css')
-rw-r--r--css/reveal.scss2
-rw-r--r--css/theme/template/theme.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/css/reveal.scss b/css/reveal.scss
index d9546c6..5be27cc 100644
--- a/css/reveal.scss
+++ b/css/reveal.scss
@@ -19,7 +19,7 @@ html {
overflow: hidden;
}
-body {
+.reveal-viewport {
height: 100%;
overflow: hidden;
position: relative;
diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss
index c5859c6..61859c7 100644
--- a/css/theme/template/theme.scss
+++ b/css/theme/template/theme.scss
@@ -6,7 +6,7 @@
@import "./exposer";
-body {
+.reveal-viewport {
@include bodyBackground();
background-color: $backgroundColor;
}