Inhibit text-transform for code in h4

Tested in `index-test.md`

Fixes #403
This commit is contained in:
PLanCompS
2020-08-06 10:04:43 +02:00
parent 31b99a2a9b
commit 98b22be66b
2 changed files with 5 additions and 1 deletions

View File

@@ -27,6 +27,10 @@ h4,
letter-spacing: 0.1em;
}
h4 code {
text-transform: none;
}
h5,
.text-epsilon {
@include fs-3;