Darken background of <Footer />

This commit is contained in:
Chun-MingChen 2018-09-16 18:18:24 +08:00
parent ac52d17a3b
commit cd5da99cb1
3 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,7 @@
"API": "API",
"Help": "Help",
"Blog": "Blog",
"GitHub": "GitHub",
"Basic Usage": "Basic Usage",
"Remote Table": "Remote Table",
"Table Toolkits": "Table Toolkits",

View File

@ -30,6 +30,7 @@ const siteConfig = {
{doc: 'table-props', label: 'API'},
{page: 'help', label: 'Help'},
{blog: true, label: 'Blog'},
{href: 'https://github.com/react-bootstrap-table/react-bootstrap-table2', label: 'GitHub' },
],
users,
/* path to images for header/footer */

View File

@ -15,6 +15,10 @@
@media only screen and (min-width: 1500px) {
}
footer.nav-footer {
background-color: #202020;
}
.homeContainer .homeWrapper .projectLogo {
justify-content: flex-start;
}