mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-13 05:13:33 -06:00
Inhibit text-transform for code in h4
Tested in `index-test.md` Fixes #403
This commit is contained in:
@@ -27,6 +27,10 @@ h4,
|
||||
letter-spacing: 0.1em;
|
||||
}
|
||||
|
||||
h4 code {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
h5,
|
||||
.text-epsilon {
|
||||
@include fs-3;
|
||||
|
Reference in New Issue
Block a user