Initial commit.
This commit is contained in:
commit
1bc79510f2
37 changed files with 6757 additions and 0 deletions
16
ui/assets/styling/navbar.css
Normal file
16
ui/assets/styling/navbar.css
Normal file
|
@ -0,0 +1,16 @@
|
|||
#navbar {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
#navbar a {
|
||||
color: #ffffff;
|
||||
margin-right: 20px;
|
||||
text-decoration: none;
|
||||
transition: color 0.2s ease;
|
||||
}
|
||||
|
||||
#navbar a:hover {
|
||||
cursor: pointer;
|
||||
color: #91a4d2;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue