|
|
|
@ -1,11 +1,11 @@ |
|
|
|
|
.slide { |
|
|
|
|
font-family: "Iosevka", sans-serif; |
|
|
|
|
font-size: 4vw; |
|
|
|
|
font-size: 3vw; |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: center; |
|
|
|
|
padding: 8vw; |
|
|
|
|
padding: 2em; |
|
|
|
|
text-align: center; |
|
|
|
|
aspect-ratio: 1.333; |
|
|
|
|
overflow: hidden; |
|
|
|
@ -13,12 +13,13 @@ |
|
|
|
|
color: color(foreground); |
|
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5 { |
|
|
|
|
margin: 0; |
|
|
|
|
margin: 0 0 1em 0; |
|
|
|
|
padding: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
ul, ol, pre { |
|
|
|
|
text-align: left; |
|
|
|
|
line-height: 1.8em; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
ul, ol { |
|
|
|
@ -59,7 +60,8 @@ |
|
|
|
|
|
|
|
|
|
img { |
|
|
|
|
max-width: 95%; |
|
|
|
|
max-height: 80vh; |
|
|
|
|
max-height: 75vh; |
|
|
|
|
height: auto; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.figcaption { |
|
|
|
@ -72,19 +74,45 @@ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&.title { |
|
|
|
|
gap: 0.5em; |
|
|
|
|
|
|
|
|
|
img { |
|
|
|
|
max-width: 50%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
p { |
|
|
|
|
font-style: italic; |
|
|
|
|
font-size: 3.5vw; |
|
|
|
|
font-size: 1em; |
|
|
|
|
color: color(scrollbar); |
|
|
|
|
|
|
|
|
|
margin: 0; |
|
|
|
|
line-height: normal; |
|
|
|
|
|
|
|
|
|
&:nth-of-type(2) { |
|
|
|
|
font-size: 2.8vw; |
|
|
|
|
font-size: 0.8em; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
h1 { |
|
|
|
|
color: color(hightlight); |
|
|
|
|
font-size: 1.6em; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
h2 { |
|
|
|
|
font-size: 1.3em; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
p { |
|
|
|
|
margin-top: 0; |
|
|
|
|
line-height: 2em; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
h1 { |
|
|
|
|
font-size: 2em; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
h2 { |
|
|
|
|
font-size: 1.6em; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
code:not([class*=language-]) { |
|
|
|
@ -94,9 +122,9 @@ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
pre { |
|
|
|
|
font-size: 1.5vw; |
|
|
|
|
font-size: 0.3em; |
|
|
|
|
width: 90%; |
|
|
|
|
padding: 4vw !important; |
|
|
|
|
padding: 1em !important; |
|
|
|
|
|
|
|
|
|
* { |
|
|
|
|
font-weight: normal !important; |
|
|
|
|