Update docs

This commit is contained in:
2020-03-05 18:29:46 -06:00
parent 4f112878fd
commit b77b87a429
17 changed files with 973 additions and 469 deletions

View File

@@ -0,0 +1,20 @@
.navbar-default {
border-bottom: 0px;
background-color: #fff;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
a, .navbar-default a {
color: #06b !important;
font-weight: normal;
}
.disabled > a {
color: #999 !important;
}
.navbar-default a:hover,
.navbar-default .active,
.active > a {
background-color: #f0f0f0 !important;
}