refactor nav files + tiny css fixes
This commit is contained in:
parent
bc01642fa4
commit
cafdf14928
7 changed files with 15 additions and 54 deletions
|
@ -28,6 +28,10 @@
|
|||
&.nav-current {
|
||||
color: hsl(var(--nav-selected-text));
|
||||
background-color: hsl(var(--nav-selected-bkg));
|
||||
|
||||
&:hover {
|
||||
background-color: hsl(var(--nav-selected-hovered-bkg));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -79,12 +83,16 @@
|
|||
}
|
||||
|
||||
& .accordion-container > div {
|
||||
padding-left: 1.2em;
|
||||
padding-left: 1.3em;
|
||||
|
||||
& p:first-child {
|
||||
padding-top: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
& :last-child {
|
||||
margin-bottom: 0rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue