Move styles for content elements to 099_content.css

This commit is contained in:
Eryn Wells 2024-07-03 07:30:04 -07:00
parent 32b04bc184
commit b50f4c6a92
4 changed files with 42 additions and 55 deletions

View file

@ -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;
}
}
}