add utterances

This commit is contained in:
Sandro Stikić 2024-07-20 11:06:11 +08:00
parent c620187811
commit a5b96f006f
No known key found for this signature in database
9 changed files with 93 additions and 14 deletions

View file

@ -29,8 +29,6 @@ body {
}
h1, h2, h3, h4, h5, h6 {
display: flex;
align-items: center;
font-weight: bold;
line-height: 1.3;
}
@ -97,7 +95,7 @@ figure {
}
figcaption {
font-size: 14px;
font-size: 0.875rem;
padding: 5px 10px;
margin-top: 5px;
background: var(--accent);
@ -118,7 +116,6 @@ figure {
}
code {
font-family: Hack, DejaVu Sans Mono, Monaco, Consolas, Ubuntu Mono, monospace;
font-feature-settings: normal;
background: var(--accent-alpha-20);
padding: 1px 6px;
@ -127,7 +124,6 @@ code {
}
pre {
font-family: Hack, DejaVu Sans Mono, Monaco, Consolas, Ubuntu Mono, monospace;
padding: 20px;
font-size: .95rem;
overflow: auto;