feat: add a navbar

This commit is contained in:
Ungol 2025-12-23 22:27:52 +01:00
parent 88b009c1bb
commit 84a720c6d9
5 changed files with 129 additions and 6 deletions

View file

@ -4,6 +4,7 @@
@use 'parts/code';
@use 'parts/footnote';
@use 'parts/misc';
@use 'parts/navbar';
@use 'parts/page_title';
@use 'parts/table';
@ -24,10 +25,11 @@ body {
background-color: var(--base);
font-size: 1rem;
line-height: 1.75;
margin: 0;
}
article {
max-width: min(700px, 95%);
max-width: var(--main-width);
margin-left: auto;
margin-right: auto;
}
@ -88,13 +90,14 @@ a {
text-decoration-thickness: 0.01rem;
text-underline-offset: 0.3rem;
&:visited {
color: var(--lavender);
}
&:hover {
color: var(--sky);
}
&:visited {
color: var(--lavender);
}
}
li {