hover nav
This commit is contained in:
parent
3ea41b5cf0
commit
2df3106031
6 changed files with 36 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue