Basic navs and auth pages working·
This commit is contained in:
parent
33e8a9f384
commit
3ef6f3c80b
20 changed files with 222 additions and 33 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue