mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-02-01 14:27:29 +00:00
Darken background of <Footer />
This commit is contained in:
parent
ac52d17a3b
commit
cd5da99cb1
@ -52,6 +52,7 @@
|
||||
"API": "API",
|
||||
"Help": "Help",
|
||||
"Blog": "Blog",
|
||||
"GitHub": "GitHub",
|
||||
"Basic Usage": "Basic Usage",
|
||||
"Remote Table": "Remote Table",
|
||||
"Table Toolkits": "Table Toolkits",
|
||||
|
||||
@ -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 */
|
||||
|
||||
@ -15,6 +15,10 @@
|
||||
@media only screen and (min-width: 1500px) {
|
||||
}
|
||||
|
||||
footer.nav-footer {
|
||||
background-color: #202020;
|
||||
}
|
||||
|
||||
.homeContainer .homeWrapper .projectLogo {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user