css: fix missing [tn][/tn] dtext styles.

This commit is contained in:
evazion
2019-09-17 18:44:23 -05:00
parent 9c34d5cc39
commit 49f91a6100

View File

@@ -71,6 +71,11 @@ div.prose {
background: var(--dtext-code-background);
}
.tn {
font-size: 0.8em;
color: var(--muted-text-color);
}
div.expandable {
margin-bottom: 1em;
border: var(--dtext-expand-border);