feat: Adds more navigation items to sidebar and removes top navigation bar.
All checks were successful
CI / release (push) Successful in 6m53s

This commit is contained in:
2025-04-16 09:16:24 -04:00
parent e9c1dfa2e5
commit c0a8e3ced8
8 changed files with 60 additions and 38 deletions

View File

@@ -116,6 +116,12 @@ body {
@apply bg-slate-900 font-avenir text-xl;
}
/* Apply border to sidebar links, when page is active. */
a.active,
div.active {
@apply border-b-2 border-orange-400;
}
h1 {
@apply text-6xl pb-2;
}
@@ -197,3 +203,11 @@ blockquote p {
pre {
@apply mb-6;
}
#close {
@apply text-slate-300;
}
#close:hover {
@apply text-slate-400;
}

File diff suppressed because one or more lines are too long