Basic navs and auth pages working·

This commit is contained in:
vjrj 2017-11-27 17:37:06 +01:00
parent 33e8a9f384
commit 3ef6f3c80b
20 changed files with 222 additions and 33 deletions

View file

@ -4,3 +4,25 @@
border-right: none;
border-top: none;
}
a.navbar-dark:hover {
text-decoration: none;
color: gray;
}
a.navbar-dark,
a.nav-link {
color: white;
}
a.nav-link:hover {
color: gray;
}
.nav-link {
padding: 0rem 0.8rem;
}
.navbar {
padding: 0.3rem 1rem;
}