style(navigation): implement basic navigation bar

This commit is contained in:
2025-08-21 04:03:53 +02:00
parent ebb45d2ea0
commit 3406450eba
16 changed files with 2319 additions and 262 deletions

View File

@@ -4,9 +4,9 @@
body {
font-family: 'Open Sans Variable', sans-serif;
width: 100vw;
min-height: 100vh;
margin: 0;
padding: 15px;
font-size: 14px;
overflow: auto;
background-color: var(--surface-0);
}