feat: Implement InReplyTo

This commit is contained in:
Chi Vinh Le
2018-10-19 17:31:21 +02:00
parent 9a129af21e
commit 1176080aee
26 changed files with 326 additions and 101 deletions
+8
View File
@@ -91,6 +91,14 @@
letter-spacing: calc(0.2em / 16);
color: var(--palette-text-primary);
}
.heading5 {
font-size: calc(14rem / var(--rem-base));
font-weight: var(--font-weight-medium);
font-family: var(--font-family-serif);
line-height: calc(16em / 16);
letter-spacing: calc(0.2em / 16);
color: var(--palette-text-primary);
}
.bodyCopy {
font-size: calc(16rem / var(--rem-base));