24 lines
133 B
CSS
24 lines
133 B
CSS
|
|
/* fonts here */
|
|
|
|
:root {
|
|
/* global vars like colors here */
|
|
}
|
|
|
|
|
|
#nav {
|
|
|
|
}
|
|
|
|
.nav-logo {
|
|
|
|
}
|
|
|
|
.nav-btn {
|
|
|
|
}
|
|
|
|
.nav-btn-active {
|
|
|
|
}
|