parent
d5708709d2
commit
1f8b51d4dd
1 changed files with 15 additions and 0 deletions
@ -1,5 +1,20 @@ |
|||||||
.slide { |
.slide { |
||||||
|
font-family: "Iosevka", sans-serif; |
||||||
|
font-size: 2rem; |
||||||
|
display: flex; |
||||||
|
align-items: center; |
||||||
|
justify-content: center; |
||||||
user-select: none; |
user-select: none; |
||||||
|
aspect-ratio: 1.333; |
||||||
background: color(background); |
background: color(background); |
||||||
color: color(foreground); |
color: color(foreground); |
||||||
|
|
||||||
|
h1 { |
||||||
|
font-size: 4rem; |
||||||
|
} |
||||||
|
|
||||||
|
code { |
||||||
|
font-size: 1.2rem; |
||||||
|
width: 90%; |
||||||
|
} |
||||||
} |
} |
Loading…
Reference in new issue