navbar toggle fixes

This commit is contained in:
Lucy Cifferello
2021-04-14 14:59:19 -06:00
parent 1feae3ea4f
commit 784c82fc4b
3 changed files with 21 additions and 10 deletions

View File

@@ -1,6 +1,8 @@
body, h1, h2, h3, h4, nav, .topbar, .topbar-main, .tocsection, .form-control, .bd-toc {
body, p, h1, h2, h3, h4, nav, .topbar, .topbar-main, .tocsection, .form-control, .bd-toc, .bd-sidebar {
background-color: #2b2b2b!important;
color: #f8f8ff!important;
/* font-family: Lato,sans-serif!important; */
line-height: 1.65;
}
h1 {
@@ -190,4 +192,8 @@ nav.bd-links > ul.nav {
.navbar-brand-box {
text-align: center;
}
.above {
margin-top: -1000px!important;
}