Navigation refactoring
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-03 22:11:05 +02:00
parent e17c6a2b47
commit 4f9c0bb74d
5 changed files with 66 additions and 63 deletions

View File

@ -29,10 +29,9 @@ $nav-color:#fff;
$nav-background-primary:#333;
$nav-background-secondary:#555;
$nav-anchor-hover-color:$anchor-hover-color;
$nav-h1-padding: .8em;
$nav-h1-color: $primary;
$nav-h1-font-size: 1.5rem;
$nav-item-padding: 1em;
$nav-item-padding: 1rem;
// recipe
$recipe-background:#fff;