style(navigation): implement basic navigation bar
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user