use h2 title instead of h3 + fix code css

Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
jffarge
2022-03-31 19:55:03 +02:00
parent 64cdadb85e
commit 9189b5cb20
2 changed files with 14 additions and 9 deletions

View File

@@ -101,7 +101,9 @@ h2 {
line-height: 32px;
}
code {
code,
.table-of-contents__link code,
.table-of-contents__link:hover code {
margin: 0 1px;
color: var(--ifm-code-color);
.alert & {