Tidy Login buttons and add API_URL env var

This commit is contained in:
Daniel Mason 2021-03-27 17:05:05 +13:00
parent fc1d6fc567
commit c9c6946891
9 changed files with 30 additions and 82 deletions

View file

@ -6,4 +6,10 @@
.navLink:hover {
color: #666666;
text-decoration: none;
}
.navLinkLogin {
margin-left: 15px;
padding-left: 15px;
border-left: 1px solid #282c34;
}