refactor nav files + tiny css fixes

This commit is contained in:
outfoxxed 2024-10-24 21:41:25 -07:00
parent bc01642fa4
commit cafdf14928
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
7 changed files with 15 additions and 54 deletions

View file

@ -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;
}
}
}