You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
482 B
33 lines
482 B
.slide {
|
|
font-family: "Iosevka", sans-serif;
|
|
font-size: 2rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
user-select: none;
|
|
aspect-ratio: 1.333;
|
|
background: color(background);
|
|
color: color(foreground);
|
|
|
|
&.title {
|
|
p {
|
|
font-style: italic;
|
|
font-size: 1.8rem;
|
|
color: color(scrollbar);
|
|
|
|
&:nth-of-type(2) {
|
|
font-size: 1.2rem;
|
|
}
|
|
}
|
|
}
|
|
|
|
h1 {
|
|
font-size: 4rem;
|
|
}
|
|
|
|
code {
|
|
font-size: 1.2rem;
|
|
width: 90%;
|
|
}
|
|
} |