You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
413 B
CSS
43 lines
413 B
CSS
html,
|
|
body {
|
|
|
|
font-size: 24px;
|
|
line-height: 1.4;
|
|
}
|
|
|
|
main {
|
|
margin: 16px;
|
|
|
|
}
|
|
|
|
main > * {
|
|
max-width: 60ch;
|
|
}
|
|
|
|
.toc {
|
|
border: 1px solid black;
|
|
display: inline-block;
|
|
padding: 16px;
|
|
margin: 32px 0;
|
|
}
|
|
|
|
.toc a:hover{
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.toc h3 {
|
|
margin-top: 8px;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.toc ol {
|
|
margin:0;
|
|
}
|
|
|
|
.section + .section {
|
|
margin-top: 64px;
|
|
}
|
|
|
|
|
|
|