aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
Diffstat (limited to 'styles')
-rw-r--r--styles/presentation.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/styles/presentation.css b/styles/presentation.css
index 0a95b97..3b659c6 100644
--- a/styles/presentation.css
+++ b/styles/presentation.css
@@ -1,3 +1,7 @@
+:root {
+ background-color: var(--c100);
+}
+
.slideWrapper {
margin: 0 auto;
max-width: calc(16 / 9 * 100vh);
@@ -5,7 +9,7 @@
.slideWrapper .slide {
padding-top: calc(9 / 16 * 100%);
- background-color: #ff00ff;
+ background-color: var(--c200);
}
.fullscreenControls {
@@ -49,12 +53,12 @@
#menu .info h3 {
color: var(--c700);
font-weight: 400;
- font-size: 50px;
+ font-size: min(50px, 3vw);
}
#menu .info h1 {
font-weight: 600;
- font-size: 70px;
+ font-size: min(70px, 4.2vw);
}
#menu .MuiButton-root {