Improve Slides

This commit is contained in:
2026-08-15 17:57:47 +02:00
parent edbd205a5c
commit e19ea15eae
22 changed files with 125 additions and 72 deletions
+7 -7
View File
@@ -1,7 +1,7 @@
:root {
--r-background-color: #ffffff;
--r-main-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
--r-main-font-size: 42px;
--r-main-font-size: 52px;
--r-main-color: #2c2c2c;
}
@@ -19,7 +19,7 @@ body {
}
.reveal section {
padding: 60px !important;
/*padding: 60px !important;*/
height: 100%;
display: flex !important;
flex-direction: column !important;
@@ -34,12 +34,12 @@ body {
}
.reveal h1 {
font-size: 3.77em;
font-size: 4em;
text-align: center;
}
.reveal h2 {
font-size: 2.5em;
font-size: 3em;
border-left: 4px solid #2980b9;
padding-left: 30px;
margin-bottom: 1em;
@@ -47,7 +47,7 @@ body {
}
.reveal h3 {
font-size: 1.6em;
font-size: 2.5em;
color: #2980b9;
margin-top: 1em;
margin-bottom: 0.5em;
@@ -57,7 +57,7 @@ body {
}
.reveal p {
font-size: 1.3em;
font-size: 2em;
line-height: 1.6;
color: #2c2c2c;
margin: 0.3em 0;
@@ -97,7 +97,7 @@ body {
padding: 12px 16px;
border-radius: 4px;
font-family: 'Courier New', monospace;
font-size: 0.85em;
font-size: 1.2em;
color: #2980b9;
border-left: 3px solid #2980b9;
margin: 15px 0;