35 lines
539 B
SCSS
35 lines
539 B
SCSS
|
.index {
|
||
|
|
||
|
figure.quote {
|
||
|
border: 0;
|
||
|
blockquote {
|
||
|
font-size: 1.25em;
|
||
|
margin-block-start: 0.5rem;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#wiki {
|
||
|
max-width: 120em;
|
||
|
margin-inline: auto;
|
||
|
h1 {
|
||
|
margin-bottom: 0.25em;
|
||
|
font-family: serif;
|
||
|
border-bottom: 1px solid currentColor;
|
||
|
padding-bottom: 1rem;
|
||
|
}
|
||
|
h2 {
|
||
|
font-weight: normal;
|
||
|
border-bottom: 1px solid currentColor;
|
||
|
padding-bottom: 1rem;
|
||
|
font-family: serif;
|
||
|
}
|
||
|
#TableOfContents {
|
||
|
display: contents;
|
||
|
&::before {
|
||
|
content: "Contents";
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
}
|