slightly modify headline formatting if child is a code block
parent
f84114042e
commit
8c7c23ba53
|
@ -35,7 +35,19 @@ h6 {
|
||||||
font-weight: $body-font-weight;
|
font-weight: $body-font-weight;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
|
||||||
|
> code {
|
||||||
|
border-top: 3px solid $gray-300;
|
||||||
|
font-size: 0.75em !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
> code {
|
||||||
|
font-size: 0.8rem !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
Loading…
Reference in New Issue