Simple responsive nav bar

This commit is contained in:
Sveske_Juice 2024-02-25 22:22:15 +01:00
parent fc160a23fd
commit 2bc072e4b3
5 changed files with 165 additions and 8 deletions

View file

@ -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. */