add: data from MongoDB
Retrieve Data from MongoDB
This commit is contained in:
parent
628659c39d
commit
ae0f6cb620
9 changed files with 210 additions and 9 deletions
|
@ -58,6 +58,7 @@ body {
|
|||
height: 100%;
|
||||
overflow-x: hidden;
|
||||
font-family: sans-serif;
|
||||
color: var(--color-darkest);
|
||||
}
|
||||
|
||||
.dot {
|
||||
|
|
|
@ -52,6 +52,17 @@
|
|||
align-items: center;
|
||||
& li {
|
||||
list-style: none;
|
||||
|
||||
& a {
|
||||
color: var(--color-black);
|
||||
text-decoration: none;
|
||||
transition: var(--transition-default);
|
||||
|
||||
&.active {
|
||||
color: var(--color-main);
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue