Simple responsive nav bar
This commit is contained in:
parent
fc160a23fd
commit
2bc072e4b3
5 changed files with 165 additions and 8 deletions
|
@ -6,6 +6,10 @@
|
|||
url("/fonts/CozetteVector.ttf") format("truetype");
|
||||
}
|
||||
|
||||
html {
|
||||
background: var(--background1);
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: var(--main-font);
|
||||
color: var(--text1); /* Default to primary text color. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue