put navbar on the top of the page

This commit is contained in:
Nico 2025-08-07 23:37:49 +10:00
parent 7269c241e4
commit 78c7e9e73c
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0
2 changed files with 23 additions and 0 deletions

View file

@ -133,7 +133,23 @@ header a:hover {
* nav/sidebar
*/
nav {
list-style-type: none;
justify-content: space-evenly;
display: flex;
}
nav a {
color: var(--text) !important;
}
nav a:hover {
color: var(--accent2);
background-color: inherit;
transform: none;
scale: 100%;
rotate: 0deg;
}
/*
* footer