Move styles for content elements to 099_content.css
This commit is contained in:
parent
32b04bc184
commit
b50f4c6a92
4 changed files with 42 additions and 55 deletions
|
@ -118,32 +118,3 @@ sup {
|
|||
.subtitle {
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
|
||||
.content {
|
||||
.codeblock {
|
||||
font-family: var(--font-family-monospace);
|
||||
}
|
||||
|
||||
.heading, .title {
|
||||
font-family: var(--font-family-heading);
|
||||
}
|
||||
|
||||
.heading__anchor {
|
||||
/* font-family: var(--font-family-monospace); */
|
||||
font-size: 60%;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.footnotes {
|
||||
font-size: 90%;
|
||||
|
||||
li:not(:last-child) {
|
||||
margin-block-end: var(--space-xs);
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue