Skip to content

Commit

Permalink
Merge pull request #6 from alfficcadenti/NavBarColor
Browse files Browse the repository at this point in the history
nav bar color yellow
  • Loading branch information
alfficcadenti authored Dec 4, 2019
2 parents 0182d42 + 3328bce commit 5f6a575
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const Header = ({ siteTitle, siteDescription, menuLinks }) => (
</Link>
</h1>
<h3>{siteDescription}</h3>
<Navbar collapseOnSelect expand="lg" bg="dark" variant="dark">
<Navbar collapseOnSelect expand="lg">
<Navbar.Toggle aria-controls="responsive-navbar-nav" />
<Navbar.Collapse id="responsive-navbar-nav">
<Nav className="mr-auto">
Expand Down
8 changes: 8 additions & 0 deletions src/components/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ body {
font-size: 120%;
}

nav.navbar {
background-color: #fd0 !important;
}

li > a.nav-link {
color: #000000;
}

footer {
opacity: 1;
background-color: #fff;
Expand Down

0 comments on commit 5f6a575

Please sign in to comment.