mirror of
https://github.com/thangisme/notes.git
synced 2026-04-22 07:49:14 -04:00
Merge pull request #404 from pdmosses/h4-code
Inhibit text-transform for code in h4
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