Pass the nav links in the PageHeader render context.
All checks were successful
format Build format has succeeded
clippy Build clippy has succeeded
rust-test Build rust-test has succeeded

This commit is contained in:
Tom Alexander
2025-02-22 22:47:15 -05:00
parent 4403980e2e
commit ca1c456571
6 changed files with 45 additions and 3 deletions

View File

@@ -118,7 +118,7 @@ body {
background: var(--header-nav-regular-background-color);
padding: 0 0.5rem;
transition-property: background, color;
transition-duration: 0.2s;
transition-duration: 0.1s;
transition-timing-function: ease-out;
&:hover {