hover nav

This commit is contained in:
Julie Blanc 2026-01-09 14:57:48 +01:00
parent 3ea41b5cf0
commit 2df3106031
6 changed files with 36 additions and 13 deletions

View file

@ -168,6 +168,10 @@
}
}
.rapport__content:target{
padding-top: calc(var(--header-h)*2 + var(--spacing))!important;
}
@ -242,6 +246,10 @@
background-color: var(--grey-800);
}
li:hover{
background-color: var(--grey-800);
}
.toc-level-1{
margin-bottom: calc(var(--spacing)*0.5);
font-weight: bold;