Basic auth flow

This commit is contained in:
Daniel Mason 2021-03-27 11:51:03 +13:00
parent 965df85383
commit 50154a009c
8 changed files with 265 additions and 20 deletions

View file

@ -0,0 +1,9 @@
.navLink {
padding: 0 15px 0 15px;
color: #CCCCCC;
}
.navLink:hover {
color: #666666;
text-decoration: none;
}