slightly modify headline formatting if child is a code block

master
Robert Kaussow 2020-04-14 21:22:17 +02:00
parent f84114042e
commit 8c7c23ba53
1 changed files with 13 additions and 1 deletions

View File

@ -35,7 +35,19 @@ h6 {
font-weight: $body-font-weight;
display: flex;
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 {